summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-07-06 00:33:32 +0000
committer <changelog@php.net>2004-07-06 00:33:32 +0000
commitea5dc3d577b7d983bb6f15d03df48606978030ee (patch)
tree10540a1719657631adc6945b3737d4578f72e8ab
parent7f7f566318d97daede4e9fa07c5e58bb740de125 (diff)
downloadphp-git-ea5dc3d577b7d983bb6f15d03df48606978030ee.tar.gz
ChangeLog update
-rw-r--r--ChangeLog31
-rw-r--r--Zend/ChangeLog5
2 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3222d0f11..55d38be18a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2004-07-05 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * NEWS
+ ext/mysqli/mysqli.c:
+ - Bugfix: #29019 Database not closing
+
+2004-07-05 Andi Gutmans <andi@zend.com>
+
+ * ZendEngine2/zend_mm.h:
+ - Disable zend_mm for 5.0.0
+
+2004-07-05 Sascha Schumann <sascha@schumann.cx>
+
+ * (PHP_4_3)
+ NEWS:
+ add
+
+ * sapi/cgi/cgi_main.c:
+ - revert to proper behaviour
+
+ * (PHP_4_3)
+ sapi/cgi/cgi_main.c:
+ - revert to proper behaviour. The environment variable PHP_FCGI_CHILDREN
+ must be explicitly set to != 0 to make the fastcgi-enabled binary
+ act as a standalone fcgi server.
+
+2004-07-05 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/standard/tests/serialize/bug28325.phpt:
+ - Add test for bug #28325.
+
2004-07-04 Ilia Alshanetsky <ilia@prohost.org>
* ext/interbase/ibase_query.c:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 648c6ae519..63171cb7c5 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-05 Andi Gutmans <andi@zend.com>
+
+ * zend_mm.h:
+ - Disable zend_mm for 5.0.0
+
2004-07-03 Andi Gutmans <andi@zend.com>
* zend_alloc.c: