]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.3' into PHP-5.4
authorXinchen Hui <laruence@php.net>
Tue, 27 Nov 2012 05:35:41 +0000 (13:35 +0800)
committerXinchen Hui <laruence@php.net>
Tue, 27 Nov 2012 05:36:38 +0000 (13:36 +0800)
1  2 
NEWS
ext/reflection/php_reflection.c

diff --cc NEWS
index d55c46794caefd604820c623020e149b5196f8ef,dc1b8a1d847bee124476f75eff71b7184d3edbde..e587eb6d1572cacb14fd9506f9194176c39ca685
--- 1/NEWS
--- 2/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). 
Simple merge