summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed bug #54911 (Access to a undefined member in inherit SoapClient may caus...Dmitry Stogov2011-11-281-0/+11
* | Added new SoapClient option "keep_alive". FR #60329Pierrick Charron2011-11-181-0/+5
* | - 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
* | MFH: Fixed crash on recursive error handler invocationStanislav Malyshev2011-05-271-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
* | - cleanup ze1/ze2Pierre Joye2010-09-161-197/+15
* | - use TSRMLS_D/C with php_stream_context_allocPierre Joye2010-09-161-1/+1
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-3/+3
* | - Improved memory usageDmitry Stogov2010-09-151-1/+0
* | Fixed bug #51273 (Faultstring property does not exist when the faultstring is...Ilia Alshanetsky2010-06-091-4/+4
* | * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-76/+26
* | 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
* | Remove some more calls to TSRMLS_FETCH()Michael Maclean2010-03-251-15/+14
|/
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-26/+76
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-76/+26
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-12/+4
* Fixed bug #47273 (Encoding bug in SoapServer->fault)Dmitry Stogov2009-08-261-0/+7
* Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)Dmitry Stogov2009-02-181-1/+11
* - MFH: Fixed bug #47269 (Typo: SoapSlient instead of SoapClient)Felipe Pena2009-02-021-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-1/+1
* Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)Dmitry Stogov2008-11-271-0/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-28/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+28
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-28/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-6/+6
* MFH: - Added E_ERROR in constructorsFelipe Pena2008-09-151-34/+25
* Fixed a compiler warningIlia Alshanetsky2008-09-091-1/+1
* - MFH: Changed error level E_ERROR into E_WARNING in parameter validationFelipe Pena2008-09-081-38/+62
* - MFH: Removed the doubled error message (the error level is no longer E_ERROR)Felipe Pena2008-09-071-62/+48
* Disabled warning messages in SoapClient constructorDmitry Stogov2008-09-011-3/+11
* - MFH: Added arginfoFelipe Pena2008-07-221-45/+233
* - New parameter parsing APIFelipe Pena2008-06-221-36/+54
* Coding styleDavid Soria Parra2008-05-201-2/+3
* MFH: Allow non-long values for proxy_port, connection_timeout and convert themDavid Soria Parra2008-05-201-4/+5
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* Fixed SIGSEGV because of access to uninitialized dataDmitry Stogov2008-03-041-0/+1
* Fixed bug #43507 (SOAPFault HTTP Status 500 - would like to be able to set th...Dmitry Stogov2008-02-151-1/+13
* Fixed wrong type castDmitry Stogov2008-01-161-1/+1
* Fixed broken soap.wsdl_cache_enabledDmitry Stogov2008-01-091-18/+24
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: fix typosEtienne Kneuss2007-11-131-3/+3
* Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)Dmitry Stogov2007-11-131-0/+1
* Another fix for bug #42773Dmitry Stogov2007-11-011-6/+17
* Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result ...Dmitry Stogov2007-11-011-4/+36