changelog Wed Sep 24 01:31:53 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3177&r2=1.3178&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3177 php-src/ChangeLog:1.3178
--- php-src/ChangeLog:1.3177 Tue Sep 23 01:32:07 2008
+++ php-src/ChangeLog Wed Sep 24 01:31:52 2008
@@ -1,3 +1,57 @@
+2008-09-23 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ext/gd/gd.c:
@@ -6519,7 +6573,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3177 2008/09/23 01:32:07 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3178 2008/09/24 01:31:52 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c