]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorNikita Popov <nikic@php.net>
Fri, 5 Aug 2016 17:56:02 +0000 (19:56 +0200)
committerNikita Popov <nikic@php.net>
Fri, 5 Aug 2016 17:56:27 +0000 (19:56 +0200)
1  2 
NEWS
Zend/zend_execute.c

diff --cc NEWS
index 6a1588b4f8e7df5eeffc3f133b5d2bdbaf211b22,623f31e2008067a87d3b1dd167fc74da1ca7ca7e..c9ee7f4f5b04497be14dfc74a29d396bda11d9a3
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,27 -1,34 +1,31 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2016 PHP 7.0.11
 +?? ??? 2016, PHP 7.1.0beta3
  
 -- GD:
 -  . Fixed bug #72709 (imagesetstyle() causes OOB read for empty $styles). (cmb)
+ - Core:
+   . Fixed bug #72767 (PHP Segfaults when trying to expand an infinite operator).
+     (Nikita)
 +- EXIF:
 +  . Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi)
  
 -- Session:
 -  . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita)
 +- mbstring:
 +  . Fixed bug #72711 (`mb_ereg` does not clear the `$regs` parameter on
 +    failure). (ju1ius)
 +
 +- Opcache:
 +  . Fixed bug #72762 (Infinite loop while parsing a file with opcache enabled).
 +    (Nikita)
  
 +- Stream: 
 +  . Fixed bug #72743 (Out-of-bound read in php_stream_filter_create).
 +    (Loianhtuan)
 +  . Implemented FR #27814 (Multiple small packets send for HTTP request).
 +    (vhuk)
  
 -?? ??? 2016 PHP 7.0.10
 +04 Aug 2016, PHP 7.1.0beta2
  
  - Core:
 -  . Fixed bug #72629 (Caught exception assignment to variables ignores
 -    references). (Laruence)
 -  . Fixed bug #72594 (Calling an earlier instance of an included anonymous
 -    class fatals). (Laruence)
 -  . Fixed bug #72581 (previous property undefined in Exception after
 -    deserialization). (Laruence)
 -  . Fixed bug #72496 (Cannot declare public method with signature incompatible
 -    with parent private method). (Pedro Magalhães)
 -  . Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net)
 -  . Fixed bug #71911 (Unable to set --enable-debug on building extensions by
 -    phpize on Windows). (Yuji Uchiyama)
 -  . Fixed bug causing ClosedGeneratorException being thrown into the calling
 -    code instead of the Generator yielding from. (Bob)
    . Implemented FR #72614 (Support "nmake test" on building extensions by
      phpize). (Yuji Uchiyama)
    . Fixed bug #72641 (phpize (on Windows) ignores PHP_PREFIX).
Simple merge