]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Mon, 25 Jul 2016 08:14:18 +0000 (10:14 +0200)
committerAnatol Belski <ab@php.net>
Mon, 25 Jul 2016 08:14:18 +0000 (10:14 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 6fe4d5c78b0a1e1c26c6585aa80fbf75833d5481..bc53fc52447cc4985493731ae50cdcfdd7154b0b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP                                                                        NEWS
   . Fixed bug #72581 (previous property undefined in Exception after
     deserialization). (Laruence)
   . Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net)
+  . Implemented FR #72614 (Support "nmake test" on building extensions by
+    phpize). (Yuji Uchiyama)
+  . Fixed bug #72641 (phpize (on Windows) ignores PHP_PREFIX).
+    (Yuji Uchiyama)
 
 - Curl:
   . Fixed bug #71144 (Segmentation fault when using cURL with ZTS).