summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* ext/soap should use type defined in SoapVar(), if wsdl defines another typeDmitry Stogov2005-06-211-2/+5
* ifdef'ed the code but not the includesBrian France2005-06-162-0/+4
* Fixed array type autodetection (use namespace name, but not the namespace prefixDmitry Stogov2005-06-093-14/+27
* Enabled test for <any>Dmitry Stogov2005-06-071-2/+6
* [Move from branch]George Schlossnagle2005-06-031-8/+29
* Fixed bug #32941 (Sending structured SOAP fault kills a php)Dmitry Stogov2005-06-015-25/+205
* Fixed usage of uninicialized variableDmitry Stogov2005-05-311-0/+2
* Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1).Ilia Alshanetsky2005-05-301-1/+1
* - Fixed bug #33185 (--enable-session=shared does not build)foobar2005-05-301-3/+3
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* Handling responses with Content-Lenght: 0Dmitry Stogov2005-05-231-0/+8
* 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-102-1/+16
* "<?xml ..." header is not required by SOAP specificationDmitry Stogov2005-05-101-6/+10
* Fixed WSDL cache bugDmitry Stogov2005-04-291-3/+3
* - Made the libxml related stuff to error out if someone does --disable-allfoobar2005-04-271-3/+8
* 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-204-17/+126
* space -> tabDmitry Stogov2005-04-201-1/+1
* Support for element's form and schema's elementFormDefault attributes (qualif...Dmitry Stogov2005-04-2016-33/+259
* Some tests were fixedDmitry Stogov2005-04-209-419/+382
* Missing files were addedDmitry Stogov2005-04-184-2/+56
* Fixed compiler warning.Ilia Alshanetsky2005-04-121-2/+2
* Fixed compiler warning.Ilia Alshanetsky2005-04-121-1/+1
* actually commit the SOAP interop tests this time.George Schlossnagle2005-04-03277-0/+10773
* Fix qualified names for attributes according to attributeFormDefault.George Schlossnagle2005-04-0322-30/+78
* Fixed handling of attributes' namespacesDmitry Stogov2005-03-2818-18/+21
* Fixed handling of attributes' namespacesDmitry Stogov2005-03-281-1/+1
* Fixed wrong SOAP headers encoding/decoding.Dmitry Stogov2005-03-281-1/+5
* 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" attributeDmitry Stogov2005-03-214-12/+41
* Fixed SoapFault::details passingDmitry Stogov2005-03-201-3/+0
* doc should not be freed here, as it is used later in the code path.George Schlossnagle2005-03-181-1/+0
* Revert bad fixfoobar2005-03-171-1/+1
* Fix Jani breakageRasmus Lerdorf2005-03-161-1/+1
* 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
* Removing this file has been long due...Zeev 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 bugDmitry Stogov2005-01-311-4/+6
* Memory leak was fixedDmitry Stogov2005-01-281-2/+5