File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ PHP NEWS
4949- PGSQL:
5050 . Fixed bug #75419 (Default link incorrectly cleared/linked by pg_close()). (Sara)
5151
52+ - SOAP:
53+ . Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders). (villfa)
54+
5255- Zlib:
5356 . Fixed bug #75299 (Wrong reflection on inflate_init and inflate_add). (Fabien
5457 Villepinte)
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ ZEND_END_ARG_INFO()
373373ZEND_BEGIN_ARG_INFO (arginfo_soapclient___getcookies , 0 )
374374ZEND_END_ARG_INFO ()
375375
376- ZEND_BEGIN_ARG_INFO_EX (arginfo_soapclient___setsoapheaders , 0 , 0 , 1 )
376+ ZEND_BEGIN_ARG_INFO_EX (arginfo_soapclient___setsoapheaders , 0 , 0 , 0 )
377377 ZEND_ARG_INFO (0 , soapheaders )
378378ZEND_END_ARG_INFO ()
379379
You can’t perform that action at this time.
0 commit comments