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

diff --git a/NEWS b/NEWS
index eeceea9ba6e90e8f12ccee0d4417b66bd764b675..2ecd6eae1db6c7b3e5f8133f2cdbddeef7cdead2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,10 @@ PHP                                                                        NEWS
   . Fixed bug #73234 (Emulated statements let value dictate parameter type).
     (Adam Baratz)
 
+- SOAP:
+  . Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)
+    (Keith Smiley)
+
 - XML:
   . Moved utf8_encode() and utf8_decode() to the Standard extension. (Andrea)