]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 17 Aug 2016 10:48:05 +0000 (12:48 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 17 Aug 2016 10:49:00 +0000 (12:49 +0200)
1  2 
NEWS

diff --cc NEWS
index 125c8bc28e9480c8ee92fe932aba8a481928d4f0,0c03440dc57ffa9e168506b2ebc0068d5ef7584a..c9ef1fbc63e59803b157a9b2e627fbe795feb05a
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -67,9 -52,25 +67,12 @@@ PH
  - XML:
    . Fixed bug #72085 (SEGV on unknown address zif_xml_parse). (cmb)
  
 -?? ??? 2016 PHP 7.0.10
+ - ZIP:
+   . Fixed bug #68302 (impossible to compile php with zip support). (cmb)
 +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).