From: Date: Sat, 10 Jun 2000 02:14:49 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.1RC~311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d714115ab208d913ad83fabd8422c4d26a40c9a;p=php NEWS update --- diff --git a/NEWS b/NEWS index 6d3b28d38d..b301dea15a 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Fixed 'Z' flag in date() to adjust for daylight savings time. (Andrei) +- Fixed var_dump() not to modify the internal order of array elements (Zeev) +- Fixed stripcslashes() to remove to strip \ in unknown escapes instead of + leaving it. (Andrei) +- Changed WDDX to always serialize arrays as structs. (Andrei) - Fixed include_once() to issue a warning in case the supplied file name is not found (Zeev, Zend Engine) - Fixed a bug in get_declared_classes() which could return the same class