diff options
author | Anatol Belski <ab@php.net> | 2016-07-25 10:14:18 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-07-25 10:14:18 +0200 |
commit | 0c34d515f16963922bed749c9320a99043c06722 (patch) | |
tree | 2029a6157f9e88e0315774981feacd9e965237c1 | |
parent | 3f842655dbb6af84437175243fa6bef586302649 (diff) | |
download | php-git-0c34d515f16963922bed749c9320a99043c06722.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |