summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-10-30 14:13:16 +0000
committerJoe Watkins <krakjoe@php.net>2017-10-30 14:13:31 +0000
commit5262bd9ea3c5cecde0f92cf40b31245426173b30 (patch)
treef4ed9ee25ff685aedfbfe6866cade0507ebec067 /NEWS
parent63c0ecc44564fbb3469d53646a5403388689ceea (diff)
parenta308000ff2c7c5bdbe21a840d5def00a42d565aa (diff)
downloadphp-git-5262bd9ea3c5cecde0f92cf40b31245426173b30.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fix bug #75464 Wrong reflection on SoapClient::__setSoapHeaders
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c7e3853886..5104258d61 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,9 @@ PHP NEWS
- PGSQL:
. Fixed bug #75419 (Default link incorrectly cleared/linked by pg_close()). (Sara)
+- SOAP:
+ . Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders). (villfa)
+
- Zlib:
. Fixed bug #75299 (Wrong reflection on inflate_init and inflate_add). (Fabien
Villepinte)