From: Davey Shafik Date: Fri, 19 Aug 2016 06:51:53 +0000 (+0000) Subject: Update NEWS for 7.1.0RC1 X-Git-Tag: php-7.1.0RC1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0880bd1bb6a628f071557221aa3a6038d973607e;p=php Update NEWS for 7.1.0RC1 --- diff --git a/NEWS b/NEWS index 79e9398b76..1e93514177 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2016, PHP 7.1.0beta3 +?? ??? 2016, PHP 7.1.0RC1 + + + +18 Aug 2016, PHP 7.1.0beta3 - Core: . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence)