From: Date: Wed, 24 Sep 2008 01:31:56 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2d0e7bdb23393c0291ad4fb576a77818a09d990;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 76f65c6c26..d9841087f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2008-09-23 Felipe Pena + + * (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 + + * 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 + + * (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 * ext/gd/gd.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9da8a6754f..6eac963b4e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2008-09-23 Nuno Lopes + + * 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 * zend_execute_API.c