summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-10-19 09:56:02 +0200
committerAnatoliy Belsky <ab@php.net>2012-10-19 09:56:02 +0200
commit7293cb72509350a4ede860c6383ebb2c11d93d39 (patch)
tree98629ce3b923ea809effe157f0ad8eccadb5e51f
parent276c5de0d86abab52a19f489dd74565fdec0d3ca (diff)
downloadphp-git-7293cb72509350a4ede860c6383ebb2c11d93d39.tar.gz
updated NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 11f4c9227c..bb3811caf9 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ PHP NEWS
- PCRE:
. Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite).
(Dmitry, Laruence)
+ . Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy)
- PDO:
. Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).