]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 26 Oct 2007 01:31:26 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 26 Oct 2007 01:31:26 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index a95eb3a78f257969e489f1521c2e829575b8e3dd..a4b43f1b36be7a8b2046e54f4a8da3bd8190274d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2007-10-25  Antony Dovgal  <tony@daylessday.org>
+
+    * ext/xmlwriter/tests/bug41326.phpt:
+      that endElement() call was required
+
+    * ext/xmlwriter/tests/bug41326.phpt:
+      fix test
+
+2007-10-25  Jani Taskinen  <jani.taskinen@iki.fi>
+
+    * sapi/cgi/cgi_main.c:
+      ws
+
+2007-10-25  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      Added ability to control memory consumption between request using
+      ZEND_MM_COMPACT environment variable
+
+    * (PHP_5_3)
+      NEWS
+      sapi/cgi/cgi_main.c
+      sapi/cgi/cgi_main.c:
+      Added CGI SAPI -T option, to measure execution time of script repeated
+      several times.
+
 2007-10-24  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index 2586f26252c0d0d7416f17fccc0479d4fcd177ba..6391b5a562cf274ae0bea1d1bfcb0ec8a4b5cdcc 100644 (file)
@@ -1,3 +1,11 @@
+2007-10-25  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_alloc.c
+      zend_alloc.c
+      zend_alloc.c:
+      Added ability to control memory consumption between request using
+      ZEND_MM_COMPACT environment variable
+
 2007-10-23  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_compile.c