diff options
author | foobar <sniper@php.net> | 2005-11-15 16:53:14 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-11-15 16:53:14 +0000 |
commit | f8781c168e5910dbdcb2abf66fda40faecad88e6 (patch) | |
tree | e1081710da2dd2c11a00a0faa86164fb1aaafc4d | |
parent | a7d31c8dacc61c98715fbc45504df9f37ff058b3 (diff) | |
download | php-git-f8781c168e5910dbdcb2abf66fda40faecad88e6.tar.gz |
extend the entry a bit :)
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |