Commit:    84630a1109084507bc0c78301db831328229f1cb
Author:    Dmitry Stogov <dmi...@zend.com>         Tue, 19 Mar 2013 14:59:08 
+0400
Parents:   e62bb0325763d9847847dd198e05c9b3147caf05 
4a6291508d69fab951562b996ed7223c052a0168
Branches:  PHP-5.4 PHP-5.5 master

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

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

* PHP-5.3:
  Fixed bug #62343 (Show class_alias In get_declared_classes())

Bugs:
https://bugs.php.net/62343

Changed paths:
  MM  NEWS
  MM  Zend/zend_builtin_functions.c


Diff:
diff --cc NEWS
index 75b588b,c8c6f75..3c6579d
--- a/NEWS
+++ b/NEWS
@@@ -1,37 -1,14 +1,38 @@@
  PHP                                                                        
NEWS
  
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2013, PHP 5.3.24
 -
 +?? ??? 2013, PHP 5.4.14
  - Core
 +  . Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal 
error).
 +    (Dmitry)
    . Fixed bug #64370 (microtime(true) less than 
$_SERVER['REQUEST_TIME_FLOAT']).
      (Anatol)
+   . Fixed bug #62343 (Show class_alias In get_declared_classes()) (Dmitry)
  
  - PCRE:
 -  . Merged PCRE 8.32). (Anatol)
 +  . Merged PCRE 8.32. (Anatol)
 +
 +- SNMP:
 +  . Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).
 +      (Boris Lytochkin)
 +
 +14 Mar 2013, PHP 5.4.13
 +
 +- Core:
 +  . Fixed bug #64354 (Unserialize array of objects whose class can't
 +    be autoloaded fail). (Laruence)
 +  . Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
 +    (Laruence)
 +  . Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang). 
 +    (Ard Biesheuvel)
 +  . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell)
 +  . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
 +  . Fixed bug #64070 (Inheritance with Traits failed with error). (Dmitry)
 +
 +- CLI server:
 +  . Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi)
 +
 +- Mbstring:
 +  . mb_split() can now handle empty matches like preg_split() does. 
(Moriyoshi)
  
  - mysqlnd
    . Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong 
alloc


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

Reply via email to