From: Ilia Alshanetsky Date: Sat, 9 Aug 2003 16:49:08 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.3RC4~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff35f925b7fd6c1e16c3863103386e87d0820da6;p=php BFN --- diff --git a/NEWS b/NEWS index 96126f76d0..7d7aa39a3a 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,14 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Aug 2003, Version 4.3.3RC4 - Fixed bug #24989 (external libexpat conflicts with bundled libexpat). (Jani) +- Fixed bug #24980 (array_reduce() uses first element as default running + total). (Ilia) - Fixed bug #24977 (Revert mysql_select_db optimization). (Ilia) - Fixed bug #24909 (Bad random numbers with ZTS builds on Solaris). (Ilia) +- Fixed bug #24951 (ob_flush() needlessly destroys output handler). (Ilia) - Fixed bug #24792 (--enable-zend-multibyte causes random segfaults with ZTS). (fujimoto) +- Fixed bug #24142 (workaround for a gcc bug affecting round()). (Marcus, Ilia) - Fixed bug #24063 (serialize() missing 0 after the . on scientific notation). (Marcus, Ilia)