]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorNikita Popov <nikic@php.net>
Wed, 2 Jul 2014 15:35:03 +0000 (17:35 +0200)
committerNikita Popov <nikic@php.net>
Wed, 2 Jul 2014 15:36:27 +0000 (17:36 +0200)
1  2 
NEWS
Zend/zend_generators.c

diff --cc NEWS
index 7481c7f0a10de81f7ced74024962179061d5d225,9bfa384e8252f7cf3630567f794a42e933a654e2..bf4bf60048bc3b8fb1e7f788e1729fcc40b1358f
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,18 -1,20 +1,23 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2014, PHP 5.5.15
 +?? ??? 2014, PHP 5.6.0 Release Candidate 3
  
 -  . Fixed bug #67428 (header('Location: foo') will override a 308-399 response
 -    code). (Adam)
 -  . Fixed bug #67436 (Autoloader isn't called if two method definitions don't
 -    match). (Bob)
 -  . Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
 -    (Ferenc)
+ - Core:
 -- CLI server:
 -  . Implemented FR #67429 (CLI server is missing some new HTTP response codes).
 -    (Adam)
+   . Fixed buf #67497 (eval with parse error causes segmentation fault in
+     generator). (Nikita)
++
 +03 Jul 2014, PHP 5.6.0 Release Candidate 2
 +
 +- Core:
 +  . Fixed bug #67368 (Memory leak with immediately dereferenced array in class
 +    constant). (Laruence)
 +  . Fixed bug #67468 (Segfault in highlight_file()/highlight_string()).
 +    (Andreas Ferber)
 +  . Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
 +    (Ferenc)
 +  . Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability).
 +    (Stefan Esser)
  
  - FPM:
    . Fix bug #67531 (syslog cannot be set in pool configuration). (Remi)
Simple merge