]> granicus.if.org Git - php/commitdiff
update NeWS
authorAnatol Belski <ab@php.net>
Mon, 25 Jul 2016 07:52:21 +0000 (09:52 +0200)
committerAnatol Belski <ab@php.net>
Mon, 25 Jul 2016 07:52:21 +0000 (09:52 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 90d55c937b02b4a082e9ad4c88d6adf4db947833..52eac03dbc81c379a42b3bcd8a3399091dd752e5 100644 (file)
--- 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)