]> granicus.if.org Git - php/commitdiff
updated NEWS
authorChristoph M. Becker <cmb@php.net>
Thu, 13 Aug 2015 12:30:05 +0000 (14:30 +0200)
committerChristoph M. Becker <cmb@php.net>
Thu, 13 Aug 2015 12:30:05 +0000 (14:30 +0200)
NEWS

diff --git a/NEWS b/NEWS
index b0b1379060ecfef70e7b0d5bf2160e194902b54b..0be4f741a5c6906327d0d6870e4e63dac988f5f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,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)
+
 - PDO:
   . Fixed bug #70221 (persistent sqlite connection + custom function
     segfaults). (Laruence)