]> granicus.if.org Git - php/commitdiff
Fix bug #75464 Wrong reflection on SoapClient::__setSoapHeaders
authorFabien Villepinte <fabien.villepinte@gmail.com>
Mon, 30 Oct 2017 12:25:40 +0000 (13:25 +0100)
committerJoe Watkins <krakjoe@php.net>
Mon, 30 Oct 2017 14:13:05 +0000 (14:13 +0000)
NEWS
ext/soap/soap.c

diff --git a/NEWS b/NEWS
index 6d579a378f043d6681665a98f22de064fbe5c89e..99afb984ab671050a5d09fd93cbf0d325f69688d 100644 (file)
--- 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)
index 1751f4d2f944a49e537b829605f36629ca2f9449..62b119fb2bfcf5062c1b5e781b4d0a95c6032887 100644 (file)
@@ -373,7 +373,7 @@ ZEND_END_ARG_INFO()
 ZEND_BEGIN_ARG_INFO(arginfo_soapclient___getcookies, 0)
 ZEND_END_ARG_INFO()
 
-ZEND_BEGIN_ARG_INFO_EX(arginfo_soapclient___setsoapheaders, 0, 0, 1)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_soapclient___setsoapheaders, 0, 0, 0)
        ZEND_ARG_INFO(0, soapheaders)
 ZEND_END_ARG_INFO()