summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Make test independent of online XSD schemaChristoph M. Becker2020-01-242-1/+642
* Fix bug76348.phptNikita Popov2020-01-232-4/+5
* 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.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
* | 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.2' into PHP-7.3Nikita Popov2019-04-293-9/+28
|\ \ | |/
| * Fixed bug #77945Nikita Popov2019-04-293-9/+28
* | Fix bug #77410Nikita Popov2019-01-043-2/+88
* | Fixed bug #77088 (Segfault when using SoapClient with null options)Xinchen Hui2018-11-212-4/+69
* | Fixed proto & folder markXinchen Hui2018-11-211-37/+78
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-122-1/+28
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-11-122-1/+28
| |\
| | * Fix #77141: Signedness issue in SOAP when precision=-1Christoph M. Becker2018-11-122-1/+28
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-043-1/+103
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-11-043-1/+103
| |\ \ | | |/
| | * Fix #76348: WSDL_CACHE_MEMORY causes Segmentation faultChristoph M. Becker2018-11-043-1/+103
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1521-21/+12
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1455-104/+104
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1413-13/+12
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-138-13/+13
* | | Future-proof email addressesZeev Suraski2018-11-0114-14/+14
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-233-2/+143
|\ \ \ | |/ /
| * | Fixed bug #50675Cameron Porter2018-10-233-2/+143
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1521-21/+12
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1455-104/+104
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-1413-13/+12
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-138-13/+13
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1521-21/+12
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1454-98/+98
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-1413-13/+12
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-132-5/+5
* | | Remove superfluous SKIPIF sections of always available functionsGabriel Caruso2018-07-291-1/+0
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-2/+2
* | | Fix typos in code commentsPeter Kokot2018-07-252-2/+2
* | | Remove unused Git attributes identPeter Kokot2018-07-2523-37/+2
* | | rename ref_dtor_func to rc_dtor_funcXinchen Hui2018-07-061-1/+1
* | | Rename zval_dtor_func and ref_dotr_funcXinchen Hui2018-07-061-1/+1
* | | Revert "Rename _zval_dtor_func to _ref_dtor_func"Xinchen Hui2018-07-061-1/+1
* | | Rename _zval_dtor_func to _ref_dtor_funcXinchen Hui2018-07-061-1/+1
* | | It's safer to use zval_ptr_dtor() for iterator keys.Dmitry Stogov2018-07-051-1/+1
* | | Use zval_ptr_dtor() instead of legacy zval_dtor(), to destroy unused values r...Dmitry Stogov2018-07-051-8/+8
* | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-052-10/+12
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* | | Removed INIT_OVERLOADED_CLASS... macrosDmitry Stogov2018-06-291-14/+1
* | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-12/+6