From: Xinchen Hui Date: Tue, 27 Nov 2012 05:35:41 +0000 (+0800) Subject: Merge branch 'PHP-5.3' into PHP-5.4 X-Git-Tag: php-5.4.10RC1~22^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=070239a19447c2737bc4fddbcce00c2e16f362d0;p=php Merge branch 'PHP-5.3' into PHP-5.4 --- 070239a19447c2737bc4fddbcce00c2e16f362d0 diff --cc NEWS index d55c46794c,dc1b8a1d84..e587eb6d15 --- a/NEWS +++ b/NEWS @@@ -6,29 -8,27 +6,32 @@@ PH . Fixed bug #63468 (wrong called method as callback with inheritance). (Laruence) -- Core: - . Fixed bug #63451 (config.guess file does not have AIX 7 defined, - shared objects are not created). (kemcline at au1 dot ibm dot com) +- Imap: + . Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array (Remi) -- Apache2 Handler SAPI: - . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy) +- Json: + . Fixed bug #63588 use php_next_utf8_char and remove duplicate + implementation. (Remi) -- Fileinfo: - . Fixed bug #63248 (Load multiple magic files from a directory under Windows). - (Anatoliy) +- mysqli: + . Fixed bug #63361 missing header. (Remi) -- Imap: - . Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array (Remi) +- Pdo_sqlite: + . Fixed Bug #63149 getColumnMeta should return the table name + when system SQLite used. (Remi) + +- Apache2 Handler SAPI: + . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy) + - Reflection: + . Fixed Bug #63614 (Fatal error on Reflection). (Laruence) + +22 Nov 2012, PHP 5.4.9 -22 Nov 2012, PHP 5.3.19 - -- Core +- Core: + . Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence) + . Fixed bug #63369 ((un)serialize() leaves dangling pointers, causes crashes). + (Tony, Andrew Sitnikov) . Fixed bug #63241 (PHP fails to open Windows deduplicated files). (daniel dot stelter-gliese at innogames dot de) . Fixed bug #62444 (Handle leak in is_readable on windows).