summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-141-3/+3
|\
| * Reduce var scopeAnatol Belski2018-03-141-3/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-141-9/+7
|\ \ | |/
| * Fix stack use after scopeAnatol Belski2018-03-141-9/+7
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-221-20/+0
|\ \ | |/
| * Fixed bug #70469Anton Artamonov2017-12-221-20/+0
* | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-10-301-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-301-1/+1
| |\
| | * Fix bug #75464 Wrong reflection on SoapClient::__setSoapHeadersFabien Villepinte2017-10-301-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Fix assertion failure in SoapFault ctorNikita Popov2017-09-051-10/+6
* | | Move va_copy compatibility code into zend_portability.hNikita Popov2017-06-251-19/+2
* | | Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-191-0/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-1/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-2/+2
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-11-201-5/+1
|\ \ | |/
| * Fix bug #73538Craig Duncan2016-11-201-5/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-101-5/+10
|\ \ | |/
| * Don't update proprties inplace.Dmitry Stogov2016-11-101-5/+10
* | Merge branch 'pull-request/2152' into PHP-7.1Joe Watkins2016-10-201-0/+2
|\ \ | |/
| * soap #69137 - Fix SSL verify when using a proxyKeith Smiley2016-10-031-0/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-231-2/+0
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-231-2/+0
| |\
| | * Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"Anatol Belski2016-09-231-2/+0
| | * Fixed bug #73037 SoapServer reports Bad Request when gzippedAnatol Belski2016-09-231-0/+2
| | * Fixed bug #70979 crash with bad soap requestAnatol Belski2016-01-141-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-231-0/+2
|\ \ \ | |/ /
| * | Fixed bug #73037 SoapServer reports Bad Request when gzippedAnatol Belski2016-09-231-0/+2
* | | Fixed compilation warningsDmitry Stogov2016-06-231-4/+4
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
|\ \ \ | |/ /
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
|/ /
* | port 4308c868f94df1f2b99e80038ba5ea1076d919a7 to 7.0Anatol Belski2016-01-141-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Fixed bug #70993 (Array key references break argument processing)Xinchen Hui2015-11-301-0/+1
* | Fixed bug #70940 Segfault in soep / type_to_stringRemi Collet2015-11-191-2/+6
* | Fixed memory leak and avoid reallocationsDmitry Stogov2015-09-241-10/+11
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-4/+11
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-44/+52
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-011-44/+52
| | |\
| | | * Fix bug #70388 - SOAP serialize_function_call() type confusionStanislav Malyshev2015-08-311-44/+52
| | | * fix type in fix for #69085Remi Collet2015-04-131-3/+3
| * | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-04-131-3/+3
| |\ \ \ | | |/ /