]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Thu, 17 Nov 2016 10:48:32 +0000 (11:48 +0100)
committerJulien Pauli <jpauli@php.net>
Thu, 17 Nov 2016 10:51:53 +0000 (11:51 +0100)
NEWS

diff --git a/NEWS b/NEWS
index b4c3249efa3e4a32459dfd437c6c62d334aca56f..02c8d33e242af0471f95599d9213a08f5d35df95 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,10 @@ PHP                                                                        NEWS
 - SQLite3:
   . Fixed bug #73530 (Unsetting result set may reset other result set). (cmb)
 
+- Standard:
+   . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
+     (rowan dot collins at gmail dot com)
+
 - XML:
   . Fixed bug #72135 (malformed XML causes fault) (edgarsandi)