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

diff --git a/NEWS b/NEWS
index 841af54b18bc707c4f08a3892a812ce647e08606..31d8ee797008e62f2c1cc7a7c8f1817ad57926cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,10 @@ PHP                                                                        NEWS
     phpize on Windows). (Yuji Uchiyama)
   . Fixed bug causing ClosedGeneratorException being thrown into the calling
     code instead of the Generator yielding from. (Bob)
+  . Implemented FR #72614 (Support "nmake test" on building extensions by
+    phpize). (Yuji Uchiyama)
+  . Fixed bug #72641 (phpize (on Windows) ignores PHP_PREFIX).
+    (Yuji Uchiyama)
 
 - COM:
   . Fixed bug #72569 (DOTNET/COM array parameters broke in PHP7). (Anatol)