]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatoliy Belsky <ab@php.net>
Fri, 19 Oct 2012 08:02:37 +0000 (10:02 +0200)
committerAnatoliy Belsky <ab@php.net>
Fri, 19 Oct 2012 08:02:37 +0000 (10:02 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c2e3444cc524bb25c13f4cc464186a2caa0e745f..ca21853331678266eb689fe6137914451931fca2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -76,6 +76,7 @@ PHP                                                                        NEWS
 - PCRE:
   . Deprecated the /e modifier
     (https://wiki.php.net/rfc/remove_preg_replace_eval_modifier). (Nikita Popov)
+  . Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy)
 
 - pgsql
   . Added pg_escape_literal() and pg_escape_identifier() (Yasuo)