summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-11-15 16:53:14 +0000
committerfoobar <sniper@php.net>2005-11-15 16:53:14 +0000
commitf8781c168e5910dbdcb2abf66fda40faecad88e6 (patch)
treee1081710da2dd2c11a00a0faa86164fb1aaafc4d
parenta7d31c8dacc61c98715fbc45504df9f37ff058b3 (diff)
downloadphp-git-f8781c168e5910dbdcb2abf66fda40faecad88e6.tar.gz
extend the entry a bit :)
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
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)