From: Anatol Belski Date: Sun, 31 Jul 2016 13:01:45 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0beta2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=318102fc609295df70a7cc7dcfe2bae854ca32df;p=php update NEWS --- diff --git a/NEWS b/NEWS index 52a63f7055..7a411d2ae7 100644 --- 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).