From: Anatol Belski Date: Sun, 23 Sep 2018 09:42:07 +0000 (+0200) Subject: [ci skip] Update NEWS X-Git-Tag: php-7.3.0RC2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da17686d605a6aaee792c71ab63608b4476dcf01;p=php [ci skip] Update NEWS --- diff --git a/NEWS b/NEWS index 9e6184b989..b9b2ff4dc6 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,10 @@ PHP NEWS . Fixed bug #76711 (OPcache enabled triggers false-positive "Illegal string offset"). (Dmitry) +- PCRE: + . Upgrade PCRE2 to 10.32. (Anatol) + . Fixed bug #76909 (preg_match difference between 7.3 and < 7.3). (Anatol) + - Standard: . Fixed bug #75533 (array_reduce is slow when $carry is large array). (Manabu Matsui)