]> granicus.if.org Git - php/commitdiff
.
authorThies C. Arntzen <thies@php.net>
Wed, 1 Mar 2000 14:09:26 +0000 (14:09 +0000)
committerThies C. Arntzen <thies@php.net>
Wed, 1 Mar 2000 14:09:26 +0000 (14:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9910195804135b143556f0329bf0e095326ede5d..ec12dea19cae74eee3ffa5884fb215f443707eed 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ???, Version 4.0 Beta 5
+- Fix comparisons of (string) "nan" with (string) "nan". (Thies, Zend library)
 - Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"]
   and $foo are no longer references to each other, but separate variables
   like they were prior to PHP 4.0 Beta 4 (Zeev)