]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 11 Aug 2004 22:40:46 +0000 (22:40 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 11 Aug 2004 22:40:46 +0000 (22:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8e475308a6ace9f2b9d1e7c4a2225b62c4861450..277e188d395e7689aa83f98a1091ea95961ba7be 100644 (file)
--- 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)