diff options
author | Joe Watkins <krakjoe@php.net> | 2016-10-20 05:21:56 +0100 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2016-10-20 05:23:40 +0100 |
commit | 1752b44d15bec9e20a5e0d8307b23d15a136f61c (patch) | |
tree | a33f9094ef9d62f7123ca2d1f5f4c3610c7ac7f3 | |
parent | 5de20ef3ae46daf4414866c094e2ae72790ef1ff (diff) | |
download | php-git-1752b44d15bec9e20a5e0d8307b23d15a136f61c.tar.gz |
news entry for #pr 2152
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ PHP NEWS . Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol) . Fixed bug #73237 (Nested object in "any" element overwrites other fields). (Keith Smiley) + . Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient) + (Keith Smiley) - SimpleXML: . Fixed bug #73293 (NULL pointer dereference in SimpleXMLElement::asXML()). |