]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.4' into PHP-5.5
authorStanislav Malyshev <stas@php.net>
Sun, 13 Apr 2014 22:37:19 +0000 (15:37 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 13 Apr 2014 22:37:55 +0000 (15:37 -0700)
* PHP-5.4:
  fix apr_psprintf format string from e0df4e3dba7c4ab92442b9e82c1de01fdbaa3cce

1  2 
NEWS

diff --cc NEWS
index b08e875d3bbad984f43fb1c2c341a4cc93c4ca30,25d093f50ae8344f5965d9a780c58280ccf34b35..988408154c70ca24caca05c3038c4af573a877e2
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -33,24 -26,18 +33,29 @@@ PH
    . Fixed bug #53965 (<xsl:include> cannot find files with relative paths
      when loaded with "file://"). (Anatol)
  
 -  . Fixed Apache log issue caused by APR's lack of support for %zu 
+ - Apache2 Handler SAPI:
 -03 Apr 2014, PHP 5.4.27
++  . Fixed Apache log issue caused by APR's lack of support for %zu
+     (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120).
+     (Jeff Trawick)
 +?? ??? 2014, PHP 5.5.11
  
  - Core:
 +  . Allow zero length comparison in substr_compare() (Tjerk)
    . Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
  
 +- SPL:
 +  . Added feature #65545 (SplFileObject::fread()) (Tjerk)
 +  . Fixed bug #66702 (RegexIterator::INVERT_MATCH does not invert). (Joshua
 +    Thijssen)
 +
 +- cURL:
 +  . Fixed bug #66109 (Can't reset CURLOPT_CUSTOMREQUEST to default behaviour) (Tjerk)
 +  . Fix compilation on libcurl versions between 7.10.5 and 7.12.2, inclusive.
 +    (Adam)
 +
  - Fileinfo:
 -  . Fixed bug #66946 (fileinfo: extensive backtracking in awk rule regular
 +  . Fixed bug #66946i (fileinfo: extensive backtracking in awk rule regular
      expression). (CVE-2013-7345) (Remi)
  
  - FPM: