summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 673ec9b29d..f2fcc9f4b2 100644
--- a/NEWS
+++ b/NEWS
@@ -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).