From: Remi Collet Date: Fri, 29 Sep 2017 13:50:38 +0000 (+0200) Subject: NEWS X-Git-Tag: php-7.2.0RC4~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e21f472c621251cbf70344f919e0d997fe625e2;p=php NEWS --- diff --git a/NEWS b/NEWS index e5bc24d8a0..3270682299 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,10 @@ PHP NEWS - Opcache . Fixed bug #75255 (Request hangs and not finish). (Dmitry) +- PCRE: + . Fixed bug #75285 (Broken build when system libpcre don't have jit support). + (Remi) + 28 Sep 2017, PHP 7.2.0RC3 - Core