summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-02-15 01:33:34 +0000
committer <changelog@php.net>2004-02-15 01:33:34 +0000
commit36315ded6b3a9ac067f8438e8cc65b05e9b7c6de (patch)
treeed4a0211deec3c8aa9a1c22ee5bc9263b997a57c
parent4d0ad7fbb7ff4ab41cd23b2568f62035facde40e (diff)
downloadphp-git-36315ded6b3a9ac067f8438e8cc65b05e9b7c6de.tar.gz
ChangeLog update
-rw-r--r--ChangeLog37
-rw-r--r--Zend/ChangeLog5
2 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1aa001ea24..d07acc538c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2004-02-14 Greg Beaver <greg@chiaraquartet.net>
+
+ * (PHP_4_3)
+ pear/scripts/pear.bat:
+ re-add as binary
+
+ * (PHP_4_3)
+ pear/scripts/pear.bat:
+ remove in order to re-add binary
+
+2004-02-14 Jan Lehnardt <jan@dasmoped.net>
+
+ * ext/standard/dl.c:
+ - improve error message
+
+2004-02-14 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * NEWS:
+ bfn
+
+2004-02-14 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ZendEngine2/zend_iterators.c:
+ dtor's may not be called from free_storage handlers
+
+2004-02-14 Derick Rethans <php@derickrethans.nl>
+
+ * main/php_ini.c:
+ - We always need to destroy the llist though.
+
+ * NEWS
+ main/php_ini.c:
+ - Fixed zero bytes memory allocation when no extra ini files are found in
+ the
+ --with-config-file-scan-dir specified directory. (patch by Eric Colinet
+ <e.colinet@laposte.net>)
+
2004-02-13 Rob Richards <rrichards@ctindustries.net>
* ext/simplexml/simplexml.c:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 9258abf5a3..e1e8dd199e 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-14 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend_iterators.c:
+ dtor's may not be called from free_storage handlers
+
2004-02-12 Andi Gutmans <andi@zend.com>
* (php_5_0_0b4)