php-src/TODO-5.1

18 lines
723 B
Groff
Raw Normal View History

2004-05-27 16:22:47 +00:00
Zend Engine
-----------
- Look at making zend_constant value member be a zval* instead of zval. (Andi)
- Add the patch for referring to existing .ini vars in .ini files. (Andrei)
2004-05-28 09:03:00 +00:00
- Implement inheritance rules for type hints. (Marcus)
- Implement true/false/NULL as keywords (apply the patch). (Andi, Marcus)
2004-05-28 09:14:44 +00:00
- Implement typehinting for arrays (apply the patch). (Andi, Marcus)
2004-05-28 09:03:00 +00:00
- Find a keyword for the if-set-or operator (apply the patch). (Marcus, all)
2004-05-28 09:14:44 +00:00
- Fix ZTS destruction (apply the patch). (Marcus)
2004-05-28 09:03:00 +00:00
Build System
------------
- Implement load order of built-in extensions (apply the patch). (Wez)
2004-05-28 10:47:15 +00:00
Standard Library
----------------
- Implement new time/date parsing and handling functions. (Derick)