]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.4' into PHP-5.5
authorStanislav Malyshev <stas@php.net>
Sun, 11 Aug 2013 00:35:20 +0000 (17:35 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 11 Aug 2013 00:35:52 +0000 (17:35 -0700)
* PHP-5.4:
  Fix #61345: fix install of CGI binary

1  2 
NEWS

diff --cc NEWS
index 4b373a08c1e52d2f0456ae7661e2a33acc0c547b,cd9dc91976ce939a50c0c0aab4b2a07f82b8c1c3..10697a03d477959c0ac462c0dd1aef59ac8c8346
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,16 -1,25 +1,17 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2013, PHP 5.4.19
 +?? ??? 2013, PHP 5.5.3
  
  - Core:
 -  . Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference
 -    fails). (Laruence)
 -  . Fixed bug #65304 (Use of max int in array_sum). (Laruence)
 -  . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very
 -    limited case). (Arpad)
 -  . Improved fix for bug #63186 (compile failure on netbsd). (Matteo)
 +  . Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones)
+   . Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold)
    . Fixed bug #61268 (--enable-dtrace leads make to clobber
      Zend/zend_dtrace.d) (Chris Jones)
 -  . Cherry picked some DTrace build commits (allowing builds on Linux,
 -    bug 62691, and bug 63706) from PHP 5.5 branch
  
 -- Session:
 -  . Fixed bug #62129 (rfc1867 crashes php even though turned off). (gxd305 at
 -    gmail dot com)
 -  . Fixed bug #50308 (session id not appended properly for empty anchor tags).
 -    (Arpad)
 +- Sessions:
 +  . Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions)
 +    which protects against session fixation attacks and session collisions.    
 +    (Yasuo Ohgaki)
    . Fixed possible buffer overflow under Windows. Note: Not a security fix.
      (Yasuo)
    . Changed session.auto_start to PHP_INI_PERDIR. (Yasuo)