From: Thies C. Arntzen Date: Wed, 1 Mar 2000 14:09:26 +0000 (+0000) Subject: . X-Git-Tag: PHP-4.0-RC1~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e38c4ae3adb3b0017499f13b8d3f395f1e883f6c;p=php . --- diff --git a/NEWS b/NEWS index 9910195804..ec12dea19c 100644 --- 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)