summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2016-10-20 05:21:56 +0100
committerJoe Watkins <krakjoe@php.net>2016-10-20 05:21:56 +0100
commit9e480a1766f07193a795d29a646eda250fe2b7f4 (patch)
tree3b5cdd4ac9ae60c046d3f0e6913a8376d67989de
parent295377630a7a929fd09e68b3500abce627c94cde (diff)
downloadphp-git-9e480a1766f07193a795d29a646eda250fe2b7f4.tar.gz
news entry for #pr 2152
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2fd2167a46..0fdf908b0e 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,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)
- SQLite3:
. Fixed bug #73333 (2147483647 is fetched as string). (cmb)