summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* 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
| |\ \ \ | | |/ /
| | * | fix type in fix for #69085Remi Collet2015-04-131-3/+3
* | | | add range check to ext/soapAnatol Belski2015-08-261-0/+5
* | | | Remove E_EXCEPTIONAaron Piotrowski2015-07-031-1/+1
* | | | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-6/+6
* | | | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-2/+2
* | | | Cleanup exception ce APIAaron Piotrowski2015-07-031-4/+4
* | | | Cleanup (removed dead code)Dmitry Stogov2015-07-011-15/+0
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-35/+35
* | | | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* | | | Make zend_get_exception_base static.Aaron Piotrowski2015-05-171-2/+2
* | | | Remodel exceptions based on Throwable interfaceAaron Piotrowski2015-05-161-4/+4
* | | | Use fast method to check if first arguments should be passed by reference (no...Dmitry Stogov2015-04-221-0/+1
* | | | Fixed use after freeDmitry Stogov2015-04-141-0/+1
* | | | Use new macrosXinchen Hui2015-04-081-1/+1
* | | | Convert fatal errors on improper access to static properties into EngineExcep...Dmitry Stogov2015-03-311-1/+12
* | | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
* | | | Merge branch 'PHP-5.6'Dmitry Stogov2015-03-191-0/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-191-0/+6
| |\ \ \ | | |/ /