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

diff --git a/NEWS b/NEWS
index 6c2efcf752f7c991cb8ee900a8e7abe299e14aa8..3f339fc5cd392f5a8852f7f9810c60ce0cc53667 100644 (file)
--- 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).