summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-11-17 11:48:32 +0100
committerJulien Pauli <jpauli@php.net>2016-11-17 11:51:53 +0100
commit0e03003db26769e2585afca669bc2674f656d9cd (patch)
treee956c7d9c0d8c9623af11cfbc9f28d4d8a49ee12
parent4b2cbc3f2fab8721887d53536916b15e870a7272 (diff)
downloadphp-git-0e03003db26769e2585afca669bc2674f656d9cd.tar.gz
Updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b4c3249efa..02c8d33e24 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)