From 0e03003db26769e2585afca669bc2674f656d9cd Mon Sep 17 00:00:00 2001 From: Julien Pauli Date: Thu, 17 Nov 2016 11:48:32 +0100 Subject: [PATCH] Updated NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index b4c3249efa3..02c8d33e242 100644 --- 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)