From da17686d605a6aaee792c71ab63608b4476dcf01 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 23 Sep 2018 11:42:07 +0200 Subject: [PATCH] [ci skip] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 9e6184b989f..b9b2ff4dc66 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)