summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-07-25 10:14:18 +0200
committerAnatol Belski <ab@php.net>2016-07-25 10:14:18 +0200
commit0c34d515f16963922bed749c9320a99043c06722 (patch)
tree2029a6157f9e88e0315774981feacd9e965237c1
parent3f842655dbb6af84437175243fa6bef586302649 (diff)
downloadphp-git-0c34d515f16963922bed749c9320a99043c06722.tar.gz
update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fe4d5c78b..bc53fc5244 100644
--- 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).