Add more things

This commit is contained in:
Marcus Boerger 2004-05-28 09:03:00 +00:00
parent 0ef420a71e
commit 9d76829963

View File

@ -2,3 +2,11 @@ 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)
- Implement inheritance rules for type hints. (Marcus)
- Implement true/false/NULL as keywords (apply the patch). (Andi, Marcus)
- Find a keyword for the if-set-or operator (apply the patch). (Marcus, all)
Build System
------------
- Implement load order of built-in extensions (apply the patch). (Wez)