summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-11-15 16:51:24 +0000
committerfoobar <sniper@php.net>2005-11-15 16:51:24 +0000
commita7d31c8dacc61c98715fbc45504df9f37ff058b3 (patch)
treeb2050489becfca02c19536ac8341aec76a423bef
parentb58ed261d78a7bcc2f218035f393383acda113b0 (diff)
downloadphp-git-a7d31c8dacc61c98715fbc45504df9f37ff058b3.tar.gz
bfp
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 33116db066..0e32d47ce6 100644
--- 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)