summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
author <changelog@php.net>2002-06-18 00:23:53 +0000
committer <changelog@php.net>2002-06-18 00:23:53 +0000
commit86edd3731aad48fcec2094a65e80774b2ed51dd8 (patch)
tree1201cbfe98f7612320a75154f0d6477c786dbd09 /Zend
parent67689bd5574f8b34565c090c0ab44456096399d0 (diff)
downloadphp-git-86edd3731aad48fcec2094a65e80774b2ed51dd8.tar.gz
ChangeLog update
Diffstat (limited to 'Zend')
-rw-r--r--Zend/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index e8493f894c..4246e4141c 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,17 @@
+2002-06-17 Andi Gutmans <andi@zend.com>
+
+ * zend_mm.c: - Improve speed of alignment calculation
+
+ * zend_mm.c
+ zend_mm.h
+ zend_alloc.c:
+ - Fix a bug and add code which frees actual allocated segments at the end
+ - of execution (this still doesn't work because some blocks remain
+ - referenced after the memory manager is killed.
+
+ * zend_mm.c
+ zend_mm.h: - Save space per-allocated block.
+
2002-06-16 Andi Gutmans <andi@zend.com>
* zend_execute.c