Fabien Villepinte
9 years ago
committed by
Joe Watkins
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E
2 changed files with
4 additions and
1 deletions
-
NEWS
-
ext/soap/soap.c
|
|
|
@ -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) |
|
|
|
|
|
|
|
@ -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() |
|
|
|
|
|
|
|
|