From 131dfb4a020554ad9c368255cfba2a97e6642b98 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 10 Jun 2000 14:37:54 +0000 Subject: [PATCH] - Commit message says it all --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index b301dea15a7..e9e7bc2ddac 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