summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index abedf9c09e..53ad0a7a4d 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ PHP NEWS
. Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).
(Tyson Andre)
+- PCRE:
+ . Fixed bug #78853 (preg_match() may return integer > 1). (cmb)
+
- Standard:
. Fixed bug #78759 (array_search in $GLOBALS). (Nikita)