summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
Commit message (Expand)AuthorAgeFilesLines
* Accept bool in SoapClient::__doRequestNikita Popov2020-10-081-5/+5
* 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
* | | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-1/+1
* | | Simplify error type filtertwosee2020-09-101-12/+2
* | | Promote warnings to exceptions in ext/soap and ext/xmlwriterMáté Kocsis2020-09-011-56/+58
* | | 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
| * | Apply tidy formattingNikita Popov2020-02-031-2/+2
* | | Add all the missing parameter types to stubsMáté Kocsis2020-08-131-64/+70
* | | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-1/+1
* | | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-6/+6
* | | Use zend_call_method in SoapFault::__toString()Nikita Popov2020-07-231-11/+3
* | | Separate __call and __soapCall implementationsNikita Popov2020-07-211-4/+19
* | | Move SOAP_SERVER_BEGIN_CODE() after zppNikita Popov2020-07-211-35/+37
* | | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | | Remove proto comments from C filesMax Semenik2020-07-061-55/+29
* | | Make exit() unwind properlyNikita Popov2020-06-291-8/+12
* | | 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-201-6/+6
* | | Add macro to get ini target addressNikita Popov2020-04-271-10/+1
* | | Generate function entries from stubsMáté Kocsis2020-04-201-114/+7
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-14/+14
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-14/+14
* | | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-4/+4
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Convert soap functions arginfo to php stubsCraig Duncan2019-09-201-177/+33
* | | Check zpp before other errors in SoapServer::addSoapHeader()Nikita Popov2019-08-301-4/+4
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-281-6/+11
|\ \ \ | |/ /
| * | Reduce overheadDmitry Stogov2019-06-281-6/+11
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-271-6/+30
|\ \ \ | |/ /
| * | Fix persistent XML memory leaks in SOAPNikita Popov2019-06-271-6/+30
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-261-5/+5
|\ \ \ | |/ /
| * | Fix xml doc leak in soapNikita Popov2019-06-261-5/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-201-1/+2
|\ \ \ | |/ /
| * | SOAP: Avoid indexing into null pointerNikita Popov2019-06-201-1/+2
* | | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-1/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-2/+4
|\ \ \ | |/ /
| * | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-2/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2019-04-121-1/+1
|\ \ \ | |/ /
| * | Try to fix windows buildNikita Popov2019-04-121-1/+1
| * | Avoid unitialized variable warning in soapNikita Popov2019-04-121-22/+28
* | | Avoid unitialized variable warning in soapNikita Popov2019-04-121-22/+28
* | | Merge branch 'PHP-7.4'Nikita Popov2019-04-121-3/+3
|\ \ \ | |/ /
| * | Fix SOAP bailout handlingNikita Popov2019-04-121-3/+3