]> granicus.if.org Git - php/commitdiff
updated NEWS wrt. bug #69487
authorChristoph M. Becker <cmb@php.net>
Mon, 10 Aug 2015 23:43:40 +0000 (01:43 +0200)
committerChristoph M. Becker <cmb@php.net>
Mon, 10 Aug 2015 23:43:40 +0000 (01:43 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 83de487cf899aee5281bab2fa96d0c0b4ffd1c28..2a6eda99b43f2d40bcb480ca9cc63845825c4be7 100644 (file)
--- 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).