]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorAdam Harvey <aharvey@php.net>
Fri, 13 Jun 2014 00:40:51 +0000 (17:40 -0700)
committerAdam Harvey <aharvey@php.net>
Fri, 13 Jun 2014 00:40:51 +0000 (17:40 -0700)
* PHP-5.5:
  Keep 308-399 HTTP response codes when header('Location:') is called.

1  2 
NEWS
main/SAPI.c

diff --cc NEWS
index 6e176a0438ab95a2764f53a7a9afffde975871d7,6d7a7e69599e2476d2ae0221bff6909efc8e9aba..bd82caeb9f356e37abc518d5cbaa453d678d0dc2
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -9,9 -14,19 +9,11 @@@ PH
      (static::) in some cases). (Levi Morrison)
    . Fixed bug #67390 (insecure temporary file use in the configure script).
      (Remi) (CVE-2014-3981)
 -  . Fixed bug #67399 (putenv with empty variable may lead to crash). (Stas)
 -
 -- CLI server:
 -  . Fixed Bug #67406i (built-in web-server segfaults on startup). (Remi)
 -
 -- Date:
 -  . Fixed bug #67308 (Serialize of DateTime truncates fractions of second).
 -    (Adam)
 -  . Fixed regression in fix for bug #67118 (constructor can't be called twice).
 -    (Remi)
 +  . Fixed bug #67392 (dtrace breaks argument unpack). (Nikita)
++  . Fixed bug #67428 (header('Location: foo') will override a 308-399 response
++    code). (Adam)
  
  - Fileinfo:
 -  . Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
    . Fixed bug #67410 (fileinfo: mconvert incorrect handling of truncated pascal
      string size). (Francisco Alonso, Jan Kaluza, Remi)
    . Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary
diff --cc main/SAPI.c
Simple merge