From: Anatol Belski Date: Mon, 25 Jul 2016 07:52:21 +0000 (+0200) Subject: update NeWS X-Git-Tag: php-7.1.0beta2~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59de6fb26891130fe854c97ad9a74b4e57812ec0;p=php update NeWS --- diff --git a/NEWS b/NEWS index 90d55c937b..52eac03dbc 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,12 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016, PHP 7.1.0beta2 +- Core: + . Implemented FR #72614 (Support "nmake test" on building extensions by + phpize). (Yuji Uchiyama) + . Fixed bug #72641 (phpize (on Windows) ignores PHP_PREFIX). + (Yuji Uchiyama) + - Intl: . Fixed bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds a property). (Laruence)