summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
Commit message (Expand)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed possible SIGSEGV (Rob Richards)Dmitry Stogov2005-12-091-10/+10
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #35091 (SoapClient leaks memory)Dmitry Stogov2005-11-071-2/+0
* Fixed memory leak in ZTS modeDmitry Stogov2005-10-191-14/+23
* Fixed throwing exceptions derived from SoapFaultDmitry Stogov2005-10-051-10/+10
* MFH (Bug #34643 wsdl default value)Dmitry Stogov2005-10-031-1/+1
* Fixed bug #34643 (wsdl default value has no effect)Dmitry Stogov2005-09-271-0/+12
* Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)Dmitry Stogov2005-09-121-0/+1
* MFHfoobar2005-08-171-3/+3
* Introduce SoapClient::__setSoapHeaders()Zeev Suraski2005-08-171-17/+96
* - Bumber up yearfoobar2005-08-031-1/+1
* "_local_cert" and "_passphrase" properties moved into "_stream_context".Dmitry Stogov2005-07-201-6/+12
* Remove stale #ifdefs (this is PHP 5 only code).Wez Furlong2005-07-191-0/+8
* Fixed SIGSEGV during error processing on some systems (linux/ppc)Dmitry Stogov2005-07-061-0/+7
* ifdef'ed the code but not the includesBrian France2005-06-161-0/+2
* [Move from branch]George Schlossnagle2005-06-031-8/+29
* Fixed usage of uninicialized variableDmitry Stogov2005-05-311-0/+2
* - Fixed bug #33185 (--enable-session=shared does not build)foobar2005-05-301-3/+3
* fix both win and gcc compile errorsAntony Dovgal2005-05-111-3/+6
* fix gcc-2.95 problems (reported by Adam Maccabee Trachtenberg)Antony Dovgal2005-05-111-1/+1
* Fixed transparent SoapFault passingDmitry Stogov2005-05-101-0/+9
* Fixed SIGSEGVDmitry Stogov2005-05-101-0/+15
* Fixed wrong SoapFault codes. The codes MUST be namespace qualified.Dmitry Stogov2005-04-211-43/+94
* Fixed bug #32776 (SOAP doesn't support one-way operations)Dmitry Stogov2005-04-201-17/+27
* space -> tabDmitry Stogov2005-04-201-1/+1
* Allow define connection timeout throught "connection_timeout" option in SoapC...Dmitry Stogov2005-03-231-0/+5
* Fixed bug #31695 (Cannot redefine endpoint when using WSDL)Dmitry Stogov2005-03-231-16/+66
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFa...Dmitry Stogov2005-03-221-0/+8
* Fixed SoapFault::details passingDmitry Stogov2005-03-201-3/+0
* Fixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with ...Dmitry Stogov2005-02-041-3/+12
* Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 ...Dmitry Stogov2005-02-021-0/+8
* Fixed bug #31755 (Cannot create SOAP header in no namespace)Dmitry Stogov2005-02-021-7/+25
* Empty "detail" was removed from SoapFault object.Dmitry Stogov2005-01-311-1/+0
* Fixed memory allocation bugDmitry Stogov2005-01-311-4/+6
* Memory leak was fixedDmitry Stogov2005-01-281-2/+5
* Support for HTTP error codesDmitry Stogov2005-01-201-1/+3
* Fixed bug #30901 (can't send cookies with soap envelop).Dmitry Stogov2005-01-201-0/+41
* Fixed bug #31422 (No Error-Logging on SoapServer-Side).Dmitry Stogov2005-01-201-66/+110
* Support for HTTPS with digital certificates.Dmitry Stogov2005-01-201-0/+8
* Fixed bug #30994 (SOAP server unable to handle request with references).Dmitry Stogov2004-12-141-0/+3
* Fixed possible usage of un-initialized variable.Ilia Alshanetsky2004-11-161-1/+1
* Class mapping was implemented (Bug #29385 Soapserver always uses std class).Dmitry Stogov2004-11-161-0/+39
* Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)Dmitry Stogov2004-11-091-2/+2
* Fixed bug #30685 (Malformed SOAPClient http header reequest).Dmitry Stogov2004-11-041-6/+6
* Fixed crash with SoapFault and register_shutdown_function().Dmitry Stogov2004-09-161-0/+1
* Fixed possible crashDmitry Stogov2004-09-151-1/+1
* Change soap's ctors to __construct(),Dmitry Stogov2004-09-131-8/+14
* SoapClient->__call() is renamed to SoapClient->__soap_call().Dmitry Stogov2004-09-101-1/+14
* Fix __call's method signatureMarcus Boerger2004-09-091-3/+0