summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* MFH minor SOAP fix (no worries - it was a tiny bug, the reasonZeev Suraski2005-03-2919-18/+25
* windows compatibility fixDmitry Stogov2005-03-231-2/+1
* Allow define connection timeout throught "connection_timeout" option in SoapC...Dmitry Stogov2005-03-232-3/+16
* Fixed bug #31695 (Cannot redefine endpoint when using WSDL)Dmitry Stogov2005-03-233-16/+175
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFa...Dmitry Stogov2005-03-228-8/+306
* Support for <soap:body> "parts" attribute.Dmitry Stogov2005-03-212-10/+38
* Fixed wrong WSDL in test filesDmitry Stogov2005-03-212-3/+3
* Fixed SoapFault::details passingDmitry Stogov2005-03-201-3/+0
* doc should not be freed here, as it is used later in the code path.Dmitry Stogov2005-03-181-1/+0
* MFH: Fixed bug #32326 (Check values of Connection/Transfer-EncodingIlia Alshanetsky2005-03-161-2/+2
* Fixed bug #32115 (dateTime encoding of timezone incorrect)Dmitry Stogov2005-03-051-6/+6
* Fixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with ...Dmitry Stogov2005-02-041-3/+12
* MFHZeev Suraski2005-02-021-0/+0
* Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 ...Dmitry Stogov2005-02-023-39/+43
* Fixed bug #31755 (Cannot create SOAP header in no namespace)Dmitry Stogov2005-02-023-7/+44
* Fixed SIGSEGV when restoring WSDL without functions from cacheDmitry Stogov2005-01-311-1/+1
* Empty "detail" was removed from SoapFault object.Dmitry Stogov2005-01-311-1/+0
* Fixed memory allocation bug.Dmitry Stogov2005-01-311-4/+6
* Memory leak was fixedDmitry Stogov2005-01-281-2/+5
* Fixed identationDmitry Stogov2005-01-251-20/+20
* Fixed bug #28041 (SOAP HTTP Digest Access Authentication was implemented)Dmitry Stogov2005-01-251-64/+285
* Support for HTTP error codesDmitry Stogov2005-01-202-19/+43
* Fixed bug #30901 (can't send cookies with soap envelop).Dmitry Stogov2005-01-202-4/+45
* Fixed bug #31422 (No Error-Logging on SoapServer-Side).Dmitry Stogov2005-01-201-1/+1
* Fixed bug #31422 (No Error-Logging on SoapServer-Side).Dmitry Stogov2005-01-2034-133/+221
* Support for HTTPS with digital certificates.Dmitry Stogov2005-01-202-1/+24
* Fixed bug #30994 (SOAP server unable to handle request with references).Dmitry Stogov2004-12-142-0/+50
* Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or prote...Dmitry Stogov2004-12-073-50/+189
* Fixed bug #30329 (Error Fetching http body, No Content-Length, connection clo...Dmitry Stogov2004-12-011-19/+21
* Port 443 is default for https, so we shouldn't put it into Host:Dmitry Stogov2004-12-011-1/+1
* Fixed bug #30359 (SOAP client requests have no port in "Host" field ).Dmitry Stogov2004-12-011-0/+4
* namespace was renamedDmitry Stogov2004-11-173-6/+6
* MFH: Fixed possible usage of un-initialized variable.Ilia Alshanetsky2004-11-161-1/+1
* indentation fixed.Dmitry Stogov2004-11-161-3/+3
* Fixed bug #30799 (SoapServer doesn't handle private or protected properties)Dmitry Stogov2004-11-161-1/+12
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-11-161-0/+25
* Class mapping was implemented (Bug #29385 Soapserver always uses std class).Dmitry Stogov2004-11-164-7/+68
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-11-163-0/+154
* Support for lists in non-WSDL mode was implementedDmitry Stogov2004-11-111-20/+64
* Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)Dmitry Stogov2004-11-093-11/+45
* Fixed bug #30685 (Malformed SOAPClient http header reequest).Dmitry Stogov2004-11-042-10/+11
* - MFH: Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-1/+2
* Fixed bug #30175 (SOAP results aren't parsed correctly)Dmitry Stogov2004-10-053-0/+176
* MFH: Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-281-7/+5
* Fixed bug #30182 (SOAP module processing WSDL file dumps core).Dmitry Stogov2004-09-221-2/+3
* Fixed crash with SoapFault and register_shutdown_function().Dmitry Stogov2004-09-161-0/+1
* Fixed invalid test nameDmitry Stogov2004-09-151-1/+1
* Fixed possible crashDmitry Stogov2004-09-151-1/+1
* Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)Dmitry Stogov2004-09-142-48/+176
* Change soap's ctors to __construct(),Dmitry Stogov2004-09-137-21/+27