From: foobar Date: Tue, 15 Nov 2005 16:51:24 +0000 (+0000) Subject: bfp X-Git-Tag: php-5.1.0RC5~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7d31c8dacc61c98715fbc45504df9f37ff058b3;p=php bfp --- diff --git a/NEWS b/NEWS index 33116db066..0e32d47ce6 100644 --- a/NEWS +++ b/NEWS @@ -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)