From: Ilia Alshanetsky Date: Sun, 4 May 2003 18:42:19 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.2RC3~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eef36a86dc18e34ca1e4b9e7d2e2080e14df14ba;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 560231567f..016f55b5b7 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,7 @@ PHP 4 NEWS - Fixed several errors in hwapi extension. Objects weren't handled properly. (Uwe) - Fixed bug #23371 (configure falsely detects c-client using SSL). (Jani) - Fixed bug #23340 (fopen on multiple URLs causes memory corruption). (Wez) +- Fixed bug #23298 (serialize cuts off floats & doubles). (Ilia) - Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2). (Ilia) - Fixed bug #23225 (money_format() didn't handle erroneous return of strfmon). (Ilia, marcot@tabini.ca)