]> granicus.if.org Git - php/commitdiff
extend the entry a bit :)
authorfoobar <sniper@php.net>
Tue, 15 Nov 2005 16:53:14 +0000 (16:53 +0000)
committerfoobar <sniper@php.net>
Tue, 15 Nov 2005 16:53:14 +0000 (16:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0e32d47ce65ddcd972d5c4427fab56eb278b6a26..245862256a1453ddd0924ec02332a9c1cd170c2b 100644 (file)
--- 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)