helly           Fri Jul 16 03:17:02 2004 EDT

  Modified files:              
    /php-src    TODO-5.1 NEWS 
  Log:
  BFN
  
http://cvs.php.net/diff.php/php-src/TODO-5.1?r1=1.4&r2=1.5&ty=u
Index: php-src/TODO-5.1
diff -u php-src/TODO-5.1:1.4 php-src/TODO-5.1:1.5
--- php-src/TODO-5.1:1.4        Fri May 28 06:47:15 2004
+++ php-src/TODO-5.1    Fri Jul 16 03:16:53 2004
@@ -3,10 +3,8 @@
   - 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
 ------------
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760&r2=1.1761&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760 php-src/NEWS:1.1761
--- php-src/NEWS:1.1760 Tue Jul 13 20:14:43 2004
+++ php-src/NEWS        Fri Jul 16 03:16:53 2004
@@ -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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to