summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-08-13 14:30:05 +0200
committerChristoph M. Becker <cmb@php.net>2015-08-13 14:30:05 +0200
commit896cb514995ff98cb03257d88fc7b55aab5186f9 (patch)
treebb30d2234dd29fe29edc33f8c2cb59ec2bb1f8fe
parent1ec40e84d4ca1c36459012c1dee70da9753179c6 (diff)
downloadphp-git-896cb514995ff98cb03257d88fc7b55aab5186f9.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b0b1379060..0be4f741a5 100644
--- 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)