summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION c...Dmitry Stogov2011-08-103-1/+133
* - 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 crash when passing invalid timestamp (negative integer on win32)Dmitry Stogov2011-05-041-0/+3
* - 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-0114-14/+14
* - fix testPierre Joye2010-12-181-4/+4
* - NEWS update and test related to the NULL poisoning recent fixesPierre Joye2010-12-181-0/+17
* 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
* 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
* 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
* - Fixed memory leakFelipe Pena2010-04-241-0/+1
* - Fixed testsFelipe Pena2010-04-032-45/+10
* - 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
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3114-14/+14
* Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error mess...Dmitry Stogov2008-12-013-10/+36
* Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection)Dmitry Stogov2008-11-281-50/+29