diff options
author | Marcus Boerger <helly@php.net> | 2004-05-28 09:03:00 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-05-28 09:03:00 +0000 |
commit | 9d768299638e1de5658c5a145ba8cf6ec5ddef48 (patch) | |
tree | 45cfabd127d6a006033b9674b0d92e81f21f0cf8 /TODO-5.1 | |
parent | 0ef420a71e4268fd7069b29494273c1eb9cea4d4 (diff) | |
download | php-git-9d768299638e1de5658c5a145ba8cf6ec5ddef48.tar.gz |
Add more things
Diffstat (limited to 'TODO-5.1')
-rw-r--r-- | TODO-5.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) + |