]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1' into PHP-7.2
authorDmitry Stogov <dmitry@zend.com>
Wed, 27 Sep 2017 14:17:46 +0000 (17:17 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 27 Sep 2017 14:17:46 +0000 (17:17 +0300)
* PHP-7.1:
  Fixed bug #75255 (Request hangs and not finish)

1  2 
NEWS
ext/opcache/Optimizer/zend_inference.c

diff --cc NEWS
index de668e252b05405f4ab05f44eff8bcd07fe1d014,6d541d4a6e267c40210d94618e2d0da0c1c93f89..e5bc24d8a01b0e91a802162e047a92cd9d530f75
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -14,19 -16,6 +14,22 @@@ PH
      only litespeed SAPI). (petk)
    . Fixed bug #75251 (Missing program prefix and suffix). (petk)
  
++- Opcache
++  . Fixed bug #75255 (Request hangs and not finish). (Dmitry)
++
 +28 Sep 2017, PHP 7.2.0RC3
 +
 +- Core
 +  . Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
 +    (Laruence)
 +  . Fixed bug #74878 (Data race in ZTS builds). (Nikita, Dmitry)
 +  . Fixed bug #75236 (infinite loop when printing an error-message). (Andrea)
 +  . Fixed bug #75252 (Incorrect token formatting on two parse errors in one
 +    request). (Nikita)
 +
 +- FPM:
 +  . Fixed bug #75212 (php_value acts like php_admin_value). (Remi)
 +
  - MySQLi:
    . Fixed bug #75018 (Data corruption when reading fields of bit type). (Anatol)