diff options
author | Joe Watkins <krakjoe@php.net> | 2017-10-30 14:13:16 +0000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-10-30 14:13:31 +0000 |
commit | 5262bd9ea3c5cecde0f92cf40b31245426173b30 (patch) | |
tree | f4ed9ee25ff685aedfbfe6866cade0507ebec067 /NEWS | |
parent | 63c0ecc44564fbb3469d53646a5403388689ceea (diff) | |
parent | a308000ff2c7c5bdbe21a840d5def00a42d565aa (diff) | |
download | php-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |