sniper          Tue Nov 15 11:51:25 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS 
  Log:
  bfp
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.191&r2=1.2027.2.192&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.191 php-src/NEWS:1.2027.2.192
--- php-src/NEWS:1.2027.2.191   Tue Nov 15 10:59:37 2005
+++ php-src/NEWS        Tue Nov 15 11:51:24 2005
@@ -1,9 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Nov 2005, PHP 5.1
-- Allow recursive calls to __get/__set for different properties. (Dmitry)
-- Allow "= null" default for parameters with a class type-hint. (Derick)
-- Upgraded PEAR to version 1.4.4. (Greg)
+- Changed type hints to allow "null" as default value for class.
+  (Marcus, Derick)
+- Fixed __get/__set to allow recursive calls for different properties. (Dmitry)
 - Fixed bug in mysqli extension with unsigned int(11) being represented as 
   signed integer in PHP instead of string in 32bit systems. (Andrey)
 - Fixed initializing and argument checking for posix_mknod(). (Derick)

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

Reply via email to