]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 5 Jul 2003 00:30:12 +0000 (00:30 +0000)
committer <changelog@php.net> <>
Sat, 5 Jul 2003 00:30:12 +0000 (00:30 +0000)
Zend/ChangeLog

index 47aad3fb44500ee7f2d0fc326314f2cd824f375f..a192e7063d5c65969868272a5a0dcf7781243ab2 100644 (file)
@@ -1,3 +1,23 @@
+2003-07-04  Andi Gutmans  <andi@zend.com>
+
+    * zend_alloc.c
+      zend_mm.c
+      zend_mm.h:
+      - Add heap to memory manager. This should improve performance.
+      - Enabling it by default so that it gets tested. We should decide before
+      beta 2 if we want to revert back to malloc or not.
+      - Thanks to Sebastian for benchmarking it
+
+2003-07-04  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * zend_reflection_api.c:
+      2 * TSRMLS_FETCH() -> 1 * TSRMLS_DC
+
+2003-07-04  George Schlossnagle  <george@omniti.com>
+
+    * zend_reflection_api.c:
+      ws fix
+
 2003-07-03  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_compile.c: