summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ef515b3c13..5992e61392 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,10 @@ PHP NEWS
. Fixed bug #80786 (PHP crash using JIT). (Nikita)
. Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1). (Dmitry)
+- PCRE:
+ . Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has
+ 0-width fullstring match). (Kamil Tekiela)
+
- Session:
. Fixed bug #80774 (session_name() problem with backslash). (cmb)