From: Marcus Boerger Date: Fri, 28 May 2004 09:03:00 +0000 (+0000) Subject: Add more things X-Git-Tag: php-5.0.0RC3RC2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d768299638e1de5658c5a145ba8cf6ec5ddef48;p=php Add more things --- diff --git a/TODO-5.1 b/TODO-5.1 index 0461609132..2b1c352627 100644 --- a/TODO-5.1 +++ b/TODO-5.1 @@ -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) +