From: Ilia Alshanetsky Date: Tue, 18 Jan 2005 00:31:26 +0000 (+0000) Subject: MFH: Fixed bug #30726 (-.1 like numbers are not being handled correctly). X-Git-Tag: php-4.3.11RC1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba335a66ac51b35eb2ad8d7a783ee30ec6c1ffd5;p=php MFH: Fixed bug #30726 (-.1 like numbers are not being handled correctly). --- diff --git a/NEWS b/NEWS index ba27f69a81..51b0b15342 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,7 @@ PHP 4 NEWS y2k_compliance is On). (Ilia) - Fixed bug #31055 (apache2filter: per request leak proportional to the full path of the request URI). (kameshj at fastmail dot fm) +- Fixed bug #30726 (-.1 like numbers are not being handled correctly). (Ilia) - Fixed bug #30446 (apache2handler: virtual() includes files out of sequence) - Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many parameters). (Jani)