diff options
author | Anatol Belski <ab@php.net> | 2015-08-15 17:29:58 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-08-15 17:29:58 +0200 |
commit | 1613359543e48adde32663584e24c11367b1e703 (patch) | |
tree | 581a38166e81b5916e9e36a52ed35c04d0b94e18 | |
parent | 46101dbec57c036dfb82587d94dfbcbc71207601 (diff) | |
download | php-git-1613359543e48adde32663584e24c11367b1e703.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ PHP NEWS . Fixed bug #70198 (Checking liveness does not work as expected). (Shafreeck Sea, Anatol Belski) . Fixed bug #70241 (Skipped assertions affect Generator returns). (Bob) + . Fixed bug #70239 (Creating a huge array doesn't result in exhausted, + but segfault). (Laruence, Anatol) - CLI server: . Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE). |