summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Fixed WSDL loading using https through proxyDmitry Stogov2010-11-081-4/+7
* Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy wit...Dmitry Stogov2010-10-051-0/+7
* Added TSRMLS macros into php_get_current_user()Kalle Sommer Nielsen2010-09-231-1/+1
* - cleanup ze1/ze2Pierre Joye2010-09-165-236/+15
* - use TSRMLS_D/C with php_stream_context_allocPierre Joye2010-09-162-4/+4
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-162-4/+4
* - Improved memory usageDmitry Stogov2010-09-151-1/+0
* This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-033-9/+9
* - Added missing SKIPIFFelipe Pena2010-08-065-0/+10
* Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-151-1/+6
* 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 #50976 (Soap headers Authorization not allowed)Dmitry Stogov2010-05-281-3/+12
* Fixed bug #50762 (in WSDL mode Soap Header handler function only being called...Dmitry Stogov2010-05-283-1/+83
* Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable endp...Dmitry Stogov2010-05-059-1/+1262
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+156
* Removed safe_modeKalle Sommer Nielsen2010-04-262-2/+2
* - Fixed memory leakFelipe Pena2010-04-241-0/+1
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-156/+0
* Removed register_globalsKalle Sommer Nielsen2010-04-211-1/+0
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-2/+2
* - Fixed testsFelipe Pena2010-04-032-45/+10
* Remove some more calls to TSRMLS_FETCH()Michael Maclean2010-03-254-87/+84
* Remove some calls to TSRMLS_FETCH in ext/soapMichael Maclean2010-03-252-143/+126
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-26/+76
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-76/+26
* - Fix test (Bug #51036)Felipe Pena2010-02-151-1/+1
* - Added missing SKIPIFFelipe Pena2010-02-155-0/+10
* Added missing INI settingsIlia Alshanetsky2010-01-201-0/+3
* Kill very old export of the docs.Hannes Magnusson2010-01-171-646/+0
* Don't free soap_headers just before comparing the length. This causes SoapCli...Frank M. Kromann2010-01-131-1/+1
* - Addressing minor leak noticed while addressing bug #48590Sriram Natarajan2010-01-051-4/+3
* - Fixed bug #48590 (SoapClient does not honor max_redirects)Sriram Natarajan2010-01-051-0/+15
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0314-14/+14
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-12/+4
* - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)Felipe Pena2009-12-011-0/+3
* - Fixed bug #50258 (typos in error strings)Felipe Pena2009-11-211-1/+1
* Fixed bug #50219 (soap call Segmentation fault on a redirected url).Pierrick Charron2009-11-211-6/+14
* Fixed bug #47273 (Encoding bug in SoapServer->fault)Dmitry Stogov2009-08-262-0/+60
* Fixed bug #49144 (import of schema from different host transmits original aut...Dmitry Stogov2009-08-173-0/+68
* - Drop unused codeFelipe Pena2009-06-151-7/+0
* - MFH: Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast ...Felipe Pena2009-06-153-1/+110
* Fixed bug #46386 (Digest authentication with SOAP module fails against MSSQLIlia Alshanetsky2009-06-031-0/+5
* MFH: Fix skipifArnaud Le Blanc2009-05-203-0/+3
* - make it loud when libxml is missing or the dep is not presentPierre Joye2009-04-221-3/+2
* Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)Dmitry Stogov2009-02-183-1/+110
* - MFH: Fixed bug #47269 (Typo: SoapSlient instead of SoapClient)Felipe Pena2009-02-021-2/+2
* Fixed bug #46419 (Elements of associative arrays with NULL value are lost)Dmitry Stogov2009-01-262-23/+64
* MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).Ilia Alshanetsky2009-01-191-1/+5
* - New testFelipe Pena2009-01-051-0/+16