summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-12-06 20:25:27 +0100
committerAnatol Belski <ab@php.net>2016-12-06 20:25:27 +0100
commit991ca7f7d7965ed217c981941c23531dc75f735f (patch)
treed8ff06b2080033c86b4570c0f7374e31807efdae
parent7e12b5da712f603d4ff68c378c0b1f06dcc495db (diff)
downloadphp-git-991ca7f7d7965ed217c981941c23531dc75f735f.tar.gz
update NEWS
-rw-r--r--NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0222f56c7a..7dc3d282d6 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,9 @@ PHP NEWS
- Postgres:
. Fixed bug #73498 (Incorrect SQL generated for pg_copy_to()). (Craig Duncan)
+- Phar:
+ . Fixed bug #73580 (Phar::isValidPharFilename illegal memory access). (Stas)
+
- Soap:
. Fixed bug #73538 (SoapClient::__setSoapHeaders doesn't overwrite SOAP
headers). (duncan3dc)
@@ -76,8 +79,13 @@ PHP NEWS
. 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)
+ . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
+ (rowan dot collins at gmail dot com)
+ . Fixed bug #73645 (version_compare illegal write access). (Stas)
+
+- Wddx:
+ . Fixed bug #73631 (Invalid read when wddx decodes empty boolean element).
+ (Stas)
- XML:
. Fixed bug #72135 (malformed XML causes fault) (edgarsandi)