summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Update ext/soap parameter namesNikita Popov2020-10-084-65/+45
* Accept bool in SoapClient::__doRequestNikita Popov2020-10-084-9/+9
* Merge branch 'PHP-7.4'Dmitry Stogov2020-09-301-2/+0
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-09-301-2/+0
| |\
| | * Fixed incorrect error messageGeorge Peter Banyard2020-09-301-2/+0
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-09-301-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-09-301-2/+2
| |\ \ | | |/
| | * Fixed incorrect logical conditionGeorge Peter Banyard2020-09-301-2/+2
* | | Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-1/+1
* | | Run tidyNikita Popov2020-09-188-26/+26
* | | Allow http tests to run in parallel by using ephemeral portsSara Golemon2020-09-171-9/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-171-6/+25
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-171-6/+25
| |\ \ | | |/
| | * ext/soap: Compare Set-Cookie header case-insensitivelyGabríel Arthúr Pétursson2020-09-171-6/+25
* | | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-1/+1
* | | Simplify error type filtertwosee2020-09-101-12/+2
* | | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* | | Add "const". Move constant strings to read-only memory.Dmitry Stogov2020-09-071-1/+1
* | | Use the canonical order of types in array|string ZPP error messagesMáté Kocsis2020-09-041-1/+1
* | | Promote warnings to exceptions in ext/soap and ext/xmlwriterMáté Kocsis2020-09-015-72/+94
* | | Merge branch 'PHP-7.4'Matteo Beccati2020-08-182-2/+95
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Matteo Beccati2020-08-182-2/+95
| |\ \ | | |/
| | * Fix #47021: SoapClient stumbles over WSDL delivered with "Transfer-Encoding: ...Matteo Beccati2020-08-182-2/+95
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-181-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-181-1/+1
| |\ \ | | |/
| | * Fix HTTP response status codeChristoph M. Becker2020-08-181-1/+1
* | | Add all the missing parameter types to stubsMáté Kocsis2020-08-134-92/+113
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-096-0/+6
* | | Accept zend_object* in zend_update_propertyNikita Popov2020-08-072-2/+2
* | | Accept zend_object* in zend_unset_propertyNikita Popov2020-08-071-1/+1
* | | Accept zend_object in zend_read_propertyNikita Popov2020-08-072-7/+7
* | | Add a bunch of missing argument types to stubsMáté Kocsis2020-08-032-3/+3
* | | Use zend_call_method in SoapFault::__toString()Nikita Popov2020-07-231-11/+3
* | | Separate __call and __soapCall implementationsNikita Popov2020-07-214-11/+24
* | | Move SOAP_SERVER_BEGIN_CODE() after zppNikita Popov2020-07-211-35/+37
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* | | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | | Remove proto comments from C filesMax Semenik2020-07-061-55/+29
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* | | Make exit() unwind properlyNikita Popov2020-06-291-8/+12
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | | Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-4/+2
* | | Pass zend_string message to zend_error_cbNikita Popov2020-06-051-46/+17
* | | Implement #47074: phpinfo() reports "On" as 1 for the some extensionsChristoph M. Becker2020-06-041-1/+1
* | | Fix [-Wundef] warning in SOAP extensionGeorge Peter Banyard2020-05-202-7/+7
* | | Trim trailing whitespaces and fix code styleRod Elias2020-05-121-21/+21
* | | Make float to string casts locale-independentMáté Kocsis2020-05-081-1/+1
* | | Merge branch 'PHP-7.4'Xinchen Hui2020-04-291-0/+63
|\ \ \ | |/ /
| * | Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be c...Xinchen Hui2020-04-291-0/+63
* | | Add macro to get ini target addressNikita Popov2020-04-271-10/+1