]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Sun, 31 Jul 2016 13:01:45 +0000 (15:01 +0200)
committerAnatol Belski <ab@php.net>
Sun, 31 Jul 2016 13:01:45 +0000 (15:01 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 52a63f7055af8d8b78d284d4e4ff72e0f1cb01b5..7a411d2ae7047da676bba41d8b59862e0fb03987 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,7 @@ PHP                                                                        NEWS
 
 - PCRE:
   . Fixed bug #72688 (preg_match missing group names in matches). (cmb)
+  . Downgraded to PCRE 8.38. (Anatol)
 
 - Reflection:
   . Fixed bug #72661 (ReflectionType::__toString crashes with iterable).