diff options
author | Julien Pauli <jpauli@php.net> | 2016-11-17 11:48:32 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2016-11-17 11:51:53 +0100 |
commit | 0e03003db26769e2585afca669bc2674f656d9cd (patch) | |
tree | e956c7d9c0d8c9623af11cfbc9f28d4d8a49ee12 | |
parent | 4b2cbc3f2fab8721887d53536916b15e870a7272 (diff) | |
download | php-git-0e03003db26769e2585afca669bc2674f656d9cd.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |