From: foobar Date: Tue, 15 Nov 2005 16:53:14 +0000 (+0000) Subject: extend the entry a bit :) X-Git-Tag: php-5.1.0RC5~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8781c168e5910dbdcb2abf66fda40faecad88e6;p=php extend the entry a bit :) --- diff --git a/NEWS b/NEWS index 0e32d47ce6..245862256a 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Nov 2005, PHP 5.1 -- Changed type hints to allow "null" as default value for class. - (Marcus, Derick) +- Changed type hints to allow "null" as default value for class and array. + (Marcus, Derick, Dmitry) - 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)