summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 804a64e201..0e5f22ce96 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,19 @@
+2003-12-12 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend.c:
+ Free is needed in non ZTS too
+
+ * zend.c:
+ Fix memleaks in ZTS mode
+
+ * zend.c:
+ Fix memleaks
+
+2003-12-12 Ilia Alshanetsky <ilia@prohost.org>
+
+ * zend_constants.c:
+ Do not copy extra byte.
+
2003-12-11 Ilia Alshanetsky <ilia@prohost.org>
* zend.h: