Commit:    070239a19447c2737bc4fddbcce00c2e16f362d0
Author:    Xinchen Hui <larue...@php.net>         Tue, 27 Nov 2012 13:35:41 
+0800
Parents:   7751a6882485de64365661f4e7918535c3992982 
df3b9a1e0791803b1d9f9300d8f36dd981126bc7
Branches:  PHP-5.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=070239a19447c2737bc4fddbcce00c2e16f362d0

Log:
Merge branch 'PHP-5.3' into PHP-5.4

Changed paths:
  MM  NEWS
  MM  ext/reflection/php_reflection.c


Diff:
diff --cc NEWS
index d55c467,dc1b8a1..e587eb6
--- 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).


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to