summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-12-06 16:27:12 +0100
committerAnatol Belski <ab@php.net>2016-12-06 16:27:12 +0100
commit94933677a34de91b54ecd3cbe44770b7c204dc8a (patch)
tree7433cb65290a8dfb1bef6ce6890a5847a1793337
parent6544955bbc11b39a956a899c5437e63c50a98673 (diff)
downloadphp-git-PHP-7.0.14.tar.gz
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 616dffca07..03f635aa62 100644
--- a/NEWS
+++ b/NEWS
@@ -59,9 +59,9 @@ 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 #73645 (version_compare illegal write access). (Stas)
+ . 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).