From: Ilia Alshanetsky Date: Wed, 11 Aug 2004 22:40:46 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.9RC1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54b5111a984010fe86b05440d0b9e3d542933625;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 8e475308a6..277e188d39 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2004, Version 4.3.9 +11 Aug 2004, Version 4.3.9RC1 - Rewritten UNIX and Windows install help files. (Documentation Team) - Updated PCRE to provide better error handling in certain cases. (Andrei) - NSAPI: added "bucket" parameter to list of non-php.ini-keys of php4_execute for doing performance stats without warnings in server-log. (Uwe Schindler) +- Fixed bug #29607 (highlighting code with HEREDOC produces invalid + output). (Ilia) - Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode). (Ilia) - Fixed bug #29493 (extract(array, EXTR_REFS) misbehaves with elements referred twice or more times). (Moriyoshi)