summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
Commit message (Expand)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-11-111-0/+3
|\
| * Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes)Xinchen Hui2014-11-111-0/+3
* | fix SOAP for uninitialzed objectStanislav Malyshev2014-07-281-1/+3
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-081-0/+23
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-081-0/+23
| |\
| | * Bug 49898Boro Sitnikovski2014-06-081-0/+23
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-121-0/+1
|\ \ \ | |/ /
| * | Fixed ext/soap/tests/bugs/bug54911.phptDmitry Stogov2013-12-121-0/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-101-94/+103
|\ \ \ | |/ /
| * | Fixed bug #66112 (Use after free condition in SOAP extension). (martin dot ko...Dmitry Stogov2013-12-101-94/+103
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-101-14/+14
|\ \ \ | |/ /
| * | Arguments passed to user function have to be properly allocated on heapDmitry Stogov2013-12-101-14/+14
* | | final bitsMichael Wallner2013-09-171-0/+1
* | | Merge branch 'slim-postdata-merge'Michael Wallner2013-09-171-4/+3
|\ \ \
| * | | fix ZTS buildMichael Wallner2013-08-271-3/+3
| * | | slim post dataMichael Wallner2013-08-271-31/+28
| |/ /
* | | slim post dataMichael Wallner2013-08-271-31/+28
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-07-311-38/+55
|\ \ | |/
| * Fixed bug #65018 (SoapHeader problems with SoapServer)Dmitry Stogov2013-07-311-38/+55
| * typo fixesVeres Lajos2013-07-151-3/+3
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | typo fixesVeres Lajos2013-07-151-3/+3
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-05-131-4/+4
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-05-131-4/+4
| |\
| | * fix heap overflow warnings on win x64 debug crtAnatol Belski2013-05-131-4/+4
* | | Added SoapClient constructor option 'ssl_method' to specify ssl methodDmitry Stogov2013-04-301-0/+11
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-071-1/+31
|\ \ | |/
| * Check if soap.wsdl_cache_dir confirms to open_basedirDmitry Stogov2013-02-071-1/+35
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-291-21/+3
|\ \ | |/
| * Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)Dmitry Stogov2012-11-291-21/+3
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed bug #54911 (Access to a undefined member in inherit SoapClient may caus...Dmitry Stogov2011-11-281-0/+11
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-7/+7
| * - Added missing arginfos for void params and void param checksFelipe Pena2011-06-181-1/+4
| * Fixed crash on recursive error handler invocationDmitry Stogov2011-05-171-1/+1
| * - Fixed bug #54312 (soap_version logic bug)Felipe Pena2011-03-191-2/+4
| * Fixed compiler warnings caused by var re-declarationIlia Alshanetsky2011-02-031-12/+9
| * - Year++Felipe Pena2011-01-011-1/+1
| * Fixed bug #51273 (Faultstring property does not exist when the faultstring is...Ilia Alshanetsky2010-06-091-4/+4
| * Fixed bug #50762 (in WSDL mode Soap Header handler function only being called...Dmitry Stogov2010-05-281-1/+2
| * - Fixed memory leakFelipe Pena2010-04-241-0/+1
* | - Year++Felipe Pena2012-01-011-1/+1