Commit:    6b4971a29b9ad42998f3581b251bb0e35c780eb5
Author:    Stanislav Malyshev <s...@php.net>         Sat, 10 Aug 2013 17:35:20 
-0700
Parents:   3f99ba6351d5742dbbec8ad96eae4ee973965fde 
36b759d1dd0258859d247997b9c81727531ce1ba
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=6b4971a29b9ad42998f3581b251bb0e35c780eb5

Log:
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix #61345: fix install of CGI binary

Bugs:
https://bugs.php.net/61345

Changed paths:
  MM  NEWS


Diff:
diff --cc NEWS
index 4b373a0,cd9dc91..10697a0
--- a/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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to