summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-12-30 16:52:17 +0100
committerAnatol Belski <ab@php.net>2014-12-30 16:52:17 +0100
commitab3a746a2d3b8dc94d1b3c89cf424d1032f88dfa (patch)
treeb58f34d3531f10cab3c06359d3d3093d25e1ede9
parent3485925a3ae0cbc390f61b2d0423cc2c51c2fa25 (diff)
downloadphp-git-ab3a746a2d3b8dc94d1b3c89cf424d1032f88dfa.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e6aa66f0a2..e282f68c8d 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,10 @@
. Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
when setting SIG_DFL). (Julien)
+- PCRE:
+ . Fixed bug #66679 (Alignment Bug in PCRE 8.34 upstream).
+ (Rainer Jung, Anatol Belski)
+
- PDO_mysql:
. Fixed bug #68424 (Add new PDO mysql connection attr to control multi
statements option). (peter dot wolanin at acquia dot com)