]> granicus.if.org Git - php/commitdiff
news entry for #pr 2152
authorJoe Watkins <krakjoe@php.net>
Thu, 20 Oct 2016 04:21:56 +0000 (05:21 +0100)
committerJoe Watkins <krakjoe@php.net>
Thu, 20 Oct 2016 04:23:40 +0000 (05:23 +0100)
NEWS

diff --git a/NEWS b/NEWS
index b3a16a8ef359606932a73bf7c67feaa76d7916b7..e381d45785b7af0f3fbcf265e88f85f25c9cd6b9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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()).