From: Andi Gutmans Date: Sat, 10 Jun 2000 14:37:54 +0000 (+0000) Subject: - Commit message says it all X-Git-Tag: php-4.0.1RC~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=131dfb4a020554ad9c368255cfba2a97e6642b98;p=php - Commit message says it all --- diff --git a/NEWS b/NEWS index b301dea15a..e9e7bc2dda 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Fixed problem when using uninitialized values in comparisons with strings. + They behave as empty strings again just like in PHP 3. + (Andi & Zeev, Zend Engine) - 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