]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.3' into PHP-5.4
authorDerick Rethans <github@derickrethans.nl>
Sun, 3 Mar 2013 17:53:23 +0000 (12:53 -0500)
committerDerick Rethans <github@derickrethans.nl>
Sun, 3 Mar 2013 17:53:23 +0000 (12:53 -0500)
1  2 
NEWS

diff --cc NEWS
index 4f29a68f01e8d18d3b96ff3f7b816724bdf1ed79,6eea516220eed3c9b3f9476cd7c8edb9d920dc85..7d0d2b64c66aa62f41525e7c958890d65838516c
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,38 -1,12 +1,41 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2013, PHP 5.3.24
 +?? ??? 2012, PHP 5.4.14
  
 -28 Feb 2013, PHP 5.3.23RC1
 +?? ??? 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)
 +
 +- Phar:
 +  . Fixed timestamp update on Phar contents modification. (Dmitry)
 +
 +- SOAP
 +  . Added check that soap.wsdl_cache_dir conforms to open_basedir
 +    (CVE-2013-1635). (Dmitry)
 +  . Disabled external entities loading (CVE-2013-1643). (Dmitry)
  
+ - Phar:
+   . Fixed timestamp update on Phar contents modification. (Dmitry)
  - SPL:
    . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
    . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).