summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-08-11 17:37:36 +0200
committerAnatol Belski <ab@php.net>2015-08-11 17:37:36 +0200
commitc173fef3630854f979001dec351cb4a45c65f0ad (patch)
tree0a266ee1b41293d6f13772051064ba9fa508d3bd
parent797e30f4fc9fae94b92e314aac9a16cff2d5b50b (diff)
downloadphp-git-c173fef3630854f979001dec351cb4a45c65f0ad.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 499a431d2b..33ffe2d936 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP NEWS
- Core:
. Fixed bug #69900 (Too long timeout on pipes). (Anatol)
. Fixed bug #69487 (SAPI may truncate POST data). (cmb)
+ . Fixed bug #70198 (Checking liveness does not work as expected).
+ (Shafreeck Sea, Anatol Belski)
- CLI server:
. Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).