summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string_equals() API instead of strcmp() in SOAP extensionGeorge Peter Banyard2021-03-172-4/+4
* Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-011-1/+1
* Remove useless conditional #ifdefPatrick Allaert2021-02-271-4/+1
* Improve class entry generationMáté Kocsis2021-02-161-7/+6
* Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidyMáté Kocsis2021-02-153-28/+70
* Merge branch 'PHP-8.0'Nikita Popov2021-02-101-1/+1
|\
| * Don't pass null action to __doRequestNikita Popov2021-02-101-1/+1
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-102-7/+4
|\ \ | |/
| * Clarify that location is required in do_requestNikita Popov2021-02-101-5/+2
| * Regenerate arginfo fileNikita Popov2021-02-101-2/+2
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-102-2/+2
|\ \ | |/
| * Accept null $location in SoapClient::__setLocation()Nikita Popov2021-02-102-2/+2
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-103-7/+7
|\ \ | |/
| * Make SoapVar arguments nullableNikita Popov2021-02-103-7/+7
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-021-2/+1
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-021-2/+1
| |\
| | * Fix persistent leak on load_wsdl_ex failureNikita Popov2021-02-021-2/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-011-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-011-1/+1
| |\ \ | | |/
| | * Fix buildNikita Popov2021-02-011-1/+1
* | | Merge branch 'PHP-8.0'Stanislav Malyshev2021-02-014-14/+37
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Stanislav Malyshev2021-01-314-14/+37
| |\ \ | | |/
| | * 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
* | | | Replace zend_bool uses with boolNikita Popov2021-01-158-32/+32
* | | | Use ephemeral port in more server testsNikita Popov2020-10-232-4/+0
|/ / /
* | | 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
|\ \ \ | |/ /