[ci skip] Update NEWS

This commit is contained in:
Anatol Belski 2018-06-22 17:33:57 +02:00
parent aa92d42018
commit 8c92318677

2
NEWS
View File

@ -12,6 +12,8 @@ PHP NEWS
- PCRE:
. Fixed bug #76512 (\w no longer includes unicode characters). (cmb)
. Fixed bug #76514 (Regression in preg_match makes it fail with
PREG_JIT_STACKLIMIT_ERROR). (Anatol)
- Standard:
. Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).