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

index 76f65c6c269f054e4b3e27b3660dff8b0b64b28f..d9841087f1e5394e6e345e3d7c3ab8266a0edcb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2008-09-23  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo/pdo_stmt.c
+      ext/pdo/pdo_stmt.c:
+      - MFH: Fixed bug #46157 (PDOStatement::fetchObject prototype error)
+
+    * ext/pdo/pdo_stmt.c:
+      - Fixed bug #46157 (PDOStatement::fetchObject prototype error)
+
+2008-09-23  Nuno Lopes  <nunoplopes@sapo.pt>
+
+    * ZendEngine2/zend_constants.c
+      ext/iconv/iconv.c
+      ext/pcre/php_pcre.c
+      ext/standard/array.c
+      ext/standard/base64.c
+      ext/standard/image.c
+      ext/standard/versioning.c
+      main/rfc1867.c
+      main/streams/glob_wrapper.c:
+      MFB: clean some dead code
+
+    * (PHP_5_3)
+      ZendEngine2/zend_constants.c
+      ext/iconv/iconv.c
+      ext/pcre/php_pcre.c
+      ext/standard/array.c
+      ext/standard/base64.c
+      ext/standard/image.c
+      ext/standard/versioning.c
+      main/rfc1867.c
+      main/streams/glob_wrapper.c:
+      clean some dead code (with static analysis help)
+
+2008-09-23  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - BFN #46160
+
+    * (PHP_5_3)
+      ext/spl/spl_dllist.c
+      ext/spl/tests/bug46160.phpt:
+      - MFH: Fixed bug #46160 (SPL - Memory leak when exception is throwed in
+      offsetSet method)
+
+    * ext/spl/spl_dllist.c
+      ext/spl/tests/bug46160.phpt
+      ext/spl/tests/bug46160.phpt:
+      - Fixed bug #46160 (SPL - Memory leak when exception is throwed in
+      offsetSet method)
+
 2008-09-22  Rob Richards  <rrichards@ctindustries.net>
 
     * ext/gd/gd.c:
index 9da8a6754f7fe1eaa7a58fef80b961b0c80dd94e..6eac963b4ea85faca7c43a4dc0f83d097b9fda0d 100644 (file)
@@ -1,3 +1,12 @@
+2008-09-23  Nuno Lopes  <nunoplopes@sapo.pt>
+
+    * zend_constants.c:
+      MFB: clean some dead code
+
+    * (PHP_5_3)
+      zend_constants.c:
+      clean some dead code (with static analysis help)
+
 2008-09-17  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_execute_API.c