summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-04-24 00:34:14 +0000
committer <changelog@php.net>2004-04-24 00:34:14 +0000
commitf977f8a90bdacbd7250c68eeee82893070333f15 (patch)
tree04b60419c6099b1a7b53e83db725e7b910666ce4
parent399073f9d4c7e7fe5eb20e675aa5826cbd0fbad2 (diff)
downloadphp-git-f977f8a90bdacbd7250c68eeee82893070333f15.tar.gz
ChangeLog update
-rw-r--r--ChangeLog57
-rw-r--r--Zend/ChangeLog6
2 files changed, 63 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 555798d418..d6524b3784 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2004-04-23 Andi Gutmans <andi@zend.com>
+
+ * ZendEngine2/zend_compile.c:
+ - Fixed bug #27923. foreach() without a key should not check if the key
+ - is a reference (Adam)
+
+ * NEWS:
+ NEWS
+
+2004-04-23 Derick Rethans <php@derickrethans.nl>
+
+ * (PHP_4_3)
+ NEWS:
+ Reorder NEWS
+
+ * NEWS:
+ This was already in NEWS for the branch, removing
+
+ * NEWS:
+ Cleanup NEWS
+
+2004-04-23 Rasmus Lerdorf <rasmus@lerdorf.com>
+
+ * NEWS
+ ext/pcre/php_pcre.c:
+ MFB: Fix for bug #27810
+
+ * (PHP_4_3)
+ NEWS
+ ext/pcre/php_pcre.c:
+ bug #27810 from Joe Orton
+
+2004-04-23 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS
+ ext/mysql/php_mysql.c:
+ MFH: Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request)
+
+ * ext/mysql/php_mysql.c:
+ Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request).
+
+2004-04-23 Derick Rethans <php@derickrethans.nl>
+
+ * ext/standard/info.c:
+ - Fixed buffer overflow in phpinfo() for Zend Extension Api NO.
+
+2004-04-23 Wez Furlong <wez.php@thebrainroom.net>
+
+ * NEWS:
+ Another one bites the dust
+
+2004-04-23 Sara Golemon <php@alphaweb.net>
+
+ * ext/standard/http_fopen_wrapper.c:
+ In-HEAD bugfix# 28115
+
2004-04-22 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ext/sqlite/tests/bug28112.phpt:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 559b44cae4..6e7ad91eb2 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-23 Andi Gutmans <andi@zend.com>
+
+ * zend_compile.c:
+ - Fixed bug #27923. foreach() without a key should not check if the key
+ - is a reference (Adam)
+
2004-04-21 Andi Gutmans <andi@zend.com>
* zend.h: