summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-08-11 22:40:46 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-08-11 22:40:46 +0000
commit54b5111a984010fe86b05440d0b9e3d542933625 (patch)
treeefdae2aadb03860cac08ddb01668015a2fc61a41
parentbc8dccc7e2d6a1f1bfedca8fe33a2346240e90d0 (diff)
downloadphp-git-54b5111a984010fe86b05440d0b9e3d542933625.tar.gz
Bug fixing news.
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
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)