Skip to content

Commit a308000

Browse files
villfakrakjoe
authored andcommitted
Fix bug #75464 Wrong reflection on SoapClient::__setSoapHeaders
1 parent e6aea3d commit a308000

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

ext/soap/soap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ ZEND_END_ARG_INFO()
373373
ZEND_BEGIN_ARG_INFO(arginfo_soapclient___getcookies, 0)
374374
ZEND_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)
378378
ZEND_END_ARG_INFO()
379379

0 commit comments

Comments
 (0)