]> granicus.if.org Git - php/commitdiff
BFN
authorMarcus Boerger <helly@php.net>
Fri, 16 Jul 2004 07:16:53 +0000 (07:16 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 16 Jul 2004 07:16:53 +0000 (07:16 +0000)
NEWS
TODO-5.1

diff --git a/NEWS b/NEWS
index 2a57e828b3e2a408c10b4d922bd0a694a3bf5d80..afaf84f65e08427b85d634b3ccf2771169198e6d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.0.1
+- Implement true/false/NULL as keywords. (Marcus)
+- Fixed ZTS destruction. (Marcus)
 - Fixed bug #28829 (Thread-unsafety in bcmath elementary values). (Sara)
 
 13 Jul 2004, PHP 5.0.0
index ddb4e4ef4e82d803472dc2cb86bfb02e34798abc..5d8097efcbc941cb3fef1b1c2d0fa153feee8a44 100644 (file)
--- a/TODO-5.1
+++ b/TODO-5.1
@@ -3,10 +3,8 @@ 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)
   - Implement typehinting for arrays (apply the patch). (Andi, Marcus)
   - Find a keyword for the if-set-or operator (apply the patch). (Marcus, all)
-  - Fix ZTS destruction (apply the patch). (Marcus)
 
 Build System
 ------------