1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

[ci skip] Update NEWS

This commit is contained in:
Anatol Belski
2018-09-23 11:42:07 +02:00
parent 150e2b8c8c
commit da17686d60

4
NEWS
View File

@@ -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)