summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Fix persistent leak on load_wsdl_ex failureNikita Popov2021-02-021-2/+1
* Fix buildNikita Popov2021-02-011-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-314-14/+37
|\
| * Fix bug #80672 - Null Dereference in SoapClientStanislav Malyshev2021-01-314-14/+37
* | 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.3' into PHP-7.4Dmitry Stogov2020-09-301-2/+2
|\ \ | |/
| * Fixed incorrect logical conditionGeorge Peter Banyard2020-09-301-2/+2
* | 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
* | 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.3' into PHP-7.4Christoph M. Becker2020-08-181-1/+1
|\ \ | |/
| * Fix HTTP response status codeChristoph M. Becker2020-08-181-1/+1
* | Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be c...Xinchen Hui2020-04-291-0/+63
* | Fixed bug #79357Nikita Popov2020-03-092-0/+68
* | Apply tidy formattingNikita Popov2020-02-031-2/+2
* | 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.3' into PHP-7.4Nikita Popov2020-01-231-4/+4
|\ \ | |/
| * Fix bug76348.phptNikita Popov2020-01-232-4/+5
* | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+0
* | Report errors from stream read and write operationsNikita Popov2019-07-221-4/+4
* | Use ZEND_HASH_FOREACH APIs in a few more placesNikita Popov2019-07-161-13/+5
* | 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
* | | Switch to using shell-less proc_open() in various server testsNikita Popov2019-07-112-3/+5
* | | Add server conflict to soap custom content type testNikita Popov2019-07-111-0/+2
* | | Reduce overheadDmitry Stogov2019-06-281-6/+11
* | | Fix persistent XML memory leaks in SOAPNikita Popov2019-06-273-8/+46
* | | Fix xml doc leak in soapNikita Popov2019-06-261-5/+5
* | | SOAP: Avoid indexing into null pointerNikita Popov2019-06-201-1/+2
* | | Avoid signed shift ub in php_sdlNikita Popov2019-06-191-1/+1
* | | Fix various instances of memcpy null ubNikita Popov2019-06-191-1/+3
* | | Suppress int to char conversion warningsNikita Popov2019-06-121-4/+4
* | | Use labs() on long integerNikita Popov2019-06-121-1/+3
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-2/+4
* | | Mark bug44811.phpt as an online testNikita Popov2019-05-221-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-221-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-221-2/+2
| |\ \ | | |/
| | * Use a different URL in bug44811.phptNikita Popov2019-05-221-2/+2
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-212-2/+98
| |\ \ | | |/
| | * Support content_type stream context option in soapVincent JARDIN2019-05-212-2/+98
* | | Support content_type stream context option in soapVincent JARDIN2019-05-132-2/+98
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-05-1136-6852/+6856
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-05-1137-7037/+7041
| |\ \ | | |/
| | * Convert CRLF to LF in *.wsdl filesPeter Kokot2019-05-1137-7037/+7041
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-293-9/+28
|\ \ \ | |/ /