summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-03-092-0/+68
|\
| * Fixed bug #79357Nikita Popov2020-03-092-0/+68
| * Apply tidy formattingNikita Popov2020-02-031-2/+2
* | Define Stringable with __toString():string methodNicolas Grekas2020-03-022-11/+11
* | Change argument error message formatMáté Kocsis2020-02-261-1/+1
* | Make type error messages more consistentMáté Kocsis2020-02-171-1/+1
* | Reindent phpt filesNikita Popov2020-02-03230-1696/+1696
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-242-1/+642
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-242-1/+642
| |\
| | * Make test independent of online XSD schemaChristoph M. Becker2020-01-242-1/+642
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-231-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-231-4/+4
| |\ \ | | |/
| | * Fix bug76348.phptNikita Popov2020-01-232-4/+5
* | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-164-4/+4
* | | 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
* | | Fix #78880: Spelling error reportChristoph M. Becker2019-12-215-6/+6
* | | Clean DONE tags from testsFabien Villepinte2019-11-073-6/+0
* | | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-4/+4
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2514-28/+0
* | | Convert soap functions arginfo to php stubsCraig Duncan2019-09-203-177/+267
* | | Check zpp before other errors in SoapServer::addSoapHeader()Nikita Popov2019-08-301-4/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-231-1/+0
|\ \ \ | |/ /
| * | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-4/+4
|\ \ \ | |/ /
| * | Report errors from stream read and write operationsNikita Popov2019-07-221-4/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-161-13/+5
|\ \ \ | |/ /
| * | Use ZEND_HASH_FOREACH APIs in a few more placesNikita Popov2019-07-161-13/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-121-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-121-2/+2
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-121-2/+2
| | |\
| | | * Use TRY_ADDREF/TRY_DELREF in soapNikita Popov2019-07-121-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-112-3/+5
|\ \ \ \ | |/ / /
| * | | Switch to using shell-less proc_open() in various server testsNikita Popov2019-07-112-3/+5
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-111-0/+2
|\ \ \ \ | |/ / /
| * | | Add server conflict to soap custom content type testNikita Popov2019-07-111-0/+2
* | | | 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-273-8/+46
|\ \ \ \ | |/ / /
| * | | Fix persistent XML memory leaks in SOAPNikita Popov2019-06-273-8/+46
* | | | 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
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-191-2/+4
|\ \ \ \ | |/ / /
| * | | Avoid signed shift ub in php_sdlNikita Popov2019-06-191-1/+1
| * | | Fix various instances of memcpy null ubNikita Popov2019-06-191-1/+3
* | | | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-122-5/+7
|\ \ \ \ | |/ / /
| * | | Suppress int to char conversion warningsNikita Popov2019-06-121-4/+4