From: Christoph M. Becker Date: Mon, 10 Aug 2015 23:43:40 +0000 (+0200) Subject: updated NEWS wrt. bug #69487 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f37f5f344076a696be607c829a7e17873a6dfe5;p=php updated NEWS wrt. bug #69487 --- diff --git a/NEWS b/NEWS index 83de487cf8..2a6eda99b4 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ PHP NEWS . Fixed bug #70207 (Finally is broken with opcache). (Laruence, Dmitry) . Fixed bug #70173 (ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc). (Laruence, cmb) + . Fixed bug #69487 (SAPI may truncate POST data). (cmb) - CLI server: . Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).