summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-08-13 14:21:17 +0200
committerChristoph M. Becker <cmb@php.net>2015-08-13 14:21:17 +0200
commitcd18ba117cd3d32b760aa7e16a78947aa91e254a (patch)
tree0cf727b94310630c46f2716106b5ed3dfb2ffff8
parentb9f23c2152eb635082e43e62a5c395b16f40054e (diff)
downloadphp-git-cd18ba117cd3d32b760aa7e16a78947aa91e254a.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 33ffe2d936..f18daae225 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ PHP NEWS
. Fixed bug #70237 (Empty while and do-while segmentation fault with opcode
on CLI enabled). (Dmitry, Laruence)
+- PCRE:
+ . Fixed bug #70232 (Incorrect bump-along behavior with \K and empty string
+ match). (cmb)
+
- Standard:
. Fixed bug #70052 (getimagesize() fails for very large and very small WBMP).
(cmb)