summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* - fix testPierre Joye2010-02-031-0/+3
* - Don't free soap_headers just before comparing the length. This causes SoapC...Pierre Joye2010-02-031-1/+1
* - kill/update old docsPierre Joye2010-02-031-646/+0
* - Addressing minor leak noticed while addressing bug #48590Pierre Joye2010-02-031-4/+3
* merge r293131 - Fixed bug #48590 (SoapClient does not honor max_redirects)Johannes Schlüter2010-01-271-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
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-1/+1
* Fixed bug #44882 (SOAP extension object decoding bug)Dmitry Stogov2008-11-273-8/+151
* Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)Dmitry Stogov2008-11-272-0/+21
* - 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: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by g...Felipe Pena2008-10-261-1/+1
* - 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
* wsDmitry Stogov2008-10-161-14/+14
* Fixed bug #43723 (SOAP not sent properly from client for <choice>)Dmitry Stogov2008-10-161-5/+17
* Added ability to send user defined HTTP headers with SOAP request.Dmitry Stogov2008-10-011-8/+74
* Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)Dmitry Stogov2008-10-012-1/+61
* 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-082-39/+65
* - MFH: Removed the doubled error message (the error level is no longer E_ERROR)Felipe Pena2008-09-072-63/+49
* Disabled warning messages in SoapClient constructorDmitry Stogov2008-09-011-3/+11
* MFH: Fix tests: need simplexmlArnaud Le Blanc2008-07-234-0/+4
* MFH: Fix tests: soap tests in schema/ needs the xml extensionArnaud Le Blanc2008-07-231-0/+2
* Fixed testDmitry Stogov2008-07-221-1/+1
* - MFH: Added arginfoFelipe Pena2008-07-2239-83/+271
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-5/+9
* - New parameter parsing APIFelipe Pena2008-06-221-36/+54
* Fixed SOAP binding selectionDmitry Stogov2008-06-184-7/+107
* Coding styleDavid Soria Parra2008-05-201-2/+3