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)