]> granicus.if.org Git - php/commitdiff
- Commit message says it all
authorAndi Gutmans <andi@php.net>
Sat, 10 Jun 2000 14:37:54 +0000 (14:37 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 10 Jun 2000 14:37:54 +0000 (14:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b301dea15a7f55df8af77338aaf71852dc6a0e30..e9e7bc2ddac12424d7b96a0499c6008645493421 100644 (file)
--- 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