From: Sascha Schumann Date: Fri, 6 Jun 2003 12:21:26 +0000 (+0000) Subject: Refine error description X-Git-Tag: php-4.3.3RC1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92b1fecc92bf5107a3de7179526b0b60b121926b;p=php Refine error description --- diff --git a/NEWS b/NEWS index 3daf89b53b..53c981d554 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,7 @@ PHP 4 NEWS - Fixed ext/yaz to not log if "yaz.log_file" php.ini option is not set. (Adam Dickmeiss) - Fixed ext/exif to honor "magic_quotes_runtime" php.ini option. (Marcus) -- Fixed bug #24054 (Assignment operator *= broken). (Sascha) +- Fixed bug #24054 (Integer overflow failure with GCC/x86 for *=). (Sascha) - Fixed bug #23913 (make rename() work across partitions on *nix). (Ilia) - Fixed bug #23912 (Invalid CSS in phpinfo() output). (Ilia) - Fixed bug #23902 (NULL in CGI header output). (Shane)