From: Julien Pauli Date: Thu, 17 Nov 2016 10:49:31 +0000 (+0100) Subject: Updated NEWS X-Git-Tag: php-7.1.0~3^2~17^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=344bc66b07d9336081d512a85db71207be9b55e0;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index 548aeae460..94826541fd 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,10 @@ PHP NEWS . Update to SQLite 3.15.1. (cmb) . 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)