. 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).