From: Ilia Alshanetsky Date: Fri, 16 Jul 2004 02:24:46 +0000 (+0000) Subject: MFH: Fixed bug #28800 (strings beginning with "inf" improperly converted). X-Git-Tag: php-4.3.9RC1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bed8c9537df6b0413442277a92bbe5152237dba;p=php MFH: Fixed bug #28800 (strings beginning with "inf" improperly converted). --- diff --git a/NEWS b/NEWS index f030186426..fc8f5f9407 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,7 @@ PHP 4 NEWS - Fixed bug #28868 (Internal wrapper registry not thread safe). (Sara) - Fixed bug #28818 (Apache 2 sapis do not export st_dev). (xuefer at 21cn dot com, Ilia). +- Fixed bug #28800 (strings beginning with "inf" improperly converted). (Ilia) - Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test command does not support -e parameter). (Ilia) - Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). (Ilia)