bfp
authorfoobar <sniper@php.net>
Tue, 15 Nov 2005 16:51:24 +0000 (16:51 +0000)
committerfoobar <sniper@php.net>
Tue, 15 Nov 2005 16:51:24 +0000 (16:51 +0000)
NEWS

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