]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.3' into PHP-5.4
authorXinchen Hui <laruence@php.net>
Sun, 24 Feb 2013 04:58:39 +0000 (12:58 +0800)
committerXinchen Hui <laruence@php.net>
Sun, 24 Feb 2013 04:58:39 +0000 (12:58 +0800)
Conflicts:
ext/spl/spl_fixedarray.c

1  2 
NEWS
ext/spl/spl_fixedarray.c

diff --cc NEWS
index d8df7b68f08b871f35774c25776983bd598f3774,a298c55a5a8d27c05d92f2eba411ebf514d61a44..0c4d7865526c958971c68a5eaa33d27a78e740d5
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,62 -1,25 +1,63 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2013, PHP 5.3.23
 +?? ??? 2012, PHP 5.4.13
 +
 +- Core:
 +  . Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
 +    (Laruence)
 +  . 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)
 +
 +- OpenSSL:
 +  . Fixed bug #61930 (openssl corrupts ssl key resource when using 
 +    openssl_get_publickey()). (Stas)
 +
 +- PDO_mysql:
 +  . Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs).
 +    (Johannes)
  
  - SPL:
+   . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
    . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
      (patch by kriss@krizalys.com, Laruence)
 +  . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). 
 +    (Nikita Popov)
  
 -21 Feb 2013, PHP 5.3.22
 +- SNMP:
 +  . Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin)
  
 -- Zend Engine:
 -  . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes)
 -  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
 +?? ??? 2012, PHP 5.4.12
  
 -- Core
 +- Core:
 +  . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes)
 +  . Fixed bug #64011 (get_html_translation_table() output incomplete with
 +    HTML_ENTITIES and ISO-8859-1). (Gustavo)
 +  . Fixed bug #63982 (isset() inconsistently produces a fatal error on
 +    protected property). (Stas)
    . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
      (Laruence)
 +  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
 +  . Fixed bug #63893 (Poor efficiency of strtr() using array with keys of very
 +    different length). (Gustavo)
 +  . Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry)
 +  . Fixed bug #63462 (Magic methods called twice for unset protected 
 +    properties). (Stas)
 +  . Fixed bug #62524 (fopen follows redirects for non-3xx statuses). 
 +    (Wes Mason) 
 +  . Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars)
  
  - Date:
 -  . Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
 -    (Laruence, Derick)
 +  . Fixed bug #63699 (Performance improvements for various ext/date functions).
 +    (Lars, original patch by njaguar at gmail dot com)
 +  . Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV. 
 +    (Derick)
  
  - FPM:
    . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
Simple merge