]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 18 Sep 2008 01:31:59 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Thu, 18 Sep 2008 01:31:59 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 62ac70384a95108175c7a347f423ccfeb2d73077..99545dbfc3bffa3632fea42938ceac29ca8faf6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2008-09-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/xmlwriter/php_xmlwriter.c:
+      
+      MFB: Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory
+      on
+        multiple calls).
+
+    * (PHP_5_3)
+      NEWS
+      ext/xmlwriter/php_xmlwriter.c:
+      
+      Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on
+      multiple calls).
+
+2008-09-17  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * ext/session/php_session.h
+      ext/session/session.c:
+      Added ability to cancel upload in rfc1867 handler
+
+2008-09-17  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug46106.phpt
+      ZendEngine2/tests/bug46106.phpt:
+      
+      file bug46106.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/tests/bug46106.phpt:
+      Fixed bug #46106 (Memory leaks when using global statement)
+
+    * ZendEngine2/zend_closures.c
+      ZendEngine2/zend_closures.c
+      ZendEngine2/tests/closure_031.phpt:
+      Fixed possible crash because of overriden error handler
+
+    * ZendEngine2/tests/closure_031.phpt
+      ZendEngine2/tests/closure_031.phpt:
+      
+      file closure_031.phpt was initially added on branch PHP_5_3.
+
+2008-09-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      NEWS
+      main/main.c:
+      
+      Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).
+
 2008-09-16  Johannes Schlüter  <johannes@schlueters.de>
 
     * (PHP_5_2)
index 2f65ce52a29e53cb39ff979bc1c8cf69daf098cf..9da8a6754f7fe1eaa7a58fef80b961b0c80dd94e 100644 (file)
@@ -1,3 +1,25 @@
+2008-09-17  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_execute_API.c
+      zend_execute_API.c
+      tests/bug46106.phpt:
+      Fixed bug #46106 (Memory leaks when using global statement)
+
+    * tests/bug46106.phpt
+      tests/bug46106.phpt:
+      
+      file bug46106.phpt was initially added on branch PHP_5_3.
+
+    * zend_closures.c
+      zend_closures.c
+      tests/closure_031.phpt:
+      Fixed possible crash because of overriden error handler
+
+    * tests/closure_031.phpt
+      tests/closure_031.phpt:
+      
+      file closure_031.phpt was initially added on branch PHP_5_3.
+
 2008-09-15  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_strtod.c