summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-08-11 01:36:39 +0200
committerChristoph M. Becker <cmb@php.net>2015-08-11 01:36:39 +0200
commit42ef2b500be2d9d3d8ebf77f8c701c39c150aa39 (patch)
tree40947d3f1d5f1dd317f51bffd617ffbb9f0873da
parent48c71cd94bc5ed580c010fc5baef6f3a19309c88 (diff)
downloadphp-git-42ef2b500be2d9d3d8ebf77f8c701c39c150aa39.tar.gz
updated NEWS wrt. bug #69487
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6c2efcf752..3f339fc5cd 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP NEWS
- Core:
. Fixed bug #69900 (Too long timeout on pipes). (Anatol)
+ . Fixed bug #69487 (SAPI may truncate POST data). (cmb)
- CLI server:
. Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).