summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0RC1'.RELEASE_1_0RC1SVN Migration2005-09-11536-40334/+0
* Fixed boolean encoding (from 0/1 to false/true) to support some buggy soap SDKs.Dmitry Stogov2005-08-2428-44/+54
* MFHfoobar2005-08-171-3/+3
* Introduce SoapClient::__setSoapHeaders()Zeev Suraski2005-08-171-17/+96
* Automatic encoding/decoding of hexbin data type (base64 support is improved)Dmitry Stogov2005-08-086-53/+111
* Update todo.Ilia Alshanetsky2005-08-071-1/+0
* - Bumber up yearfoobar2005-08-0314-14/+14
* Fixed ZTS buildDmitry Stogov2005-08-025-13/+13
* Allow SOAP work when allow_url_fopen is turned off.Dmitry Stogov2005-08-012-1/+13
* Fixed bug #32139 (SOAP client does not auto-handle base64 encoding).Ilia Alshanetsky2005-07-275-9/+46
* "_local_cert" and "_passphrase" properties moved into "_stream_context".Dmitry Stogov2005-07-203-22/+22
* Remove stale #ifdefs (this is PHP 5 only code).Wez Furlong2005-07-192-31/+18
* Fixed HTTP basic authentication headers during subrequsts to xsd filesDmitry Stogov2005-07-083-34/+87
* Fixed support for <any> in base type of extensionDmitry Stogov2005-07-081-37/+69
* Fixed SIGSEGV on decoding <any> elementsDmitry Stogov2005-07-071-1/+4
* Fixed possible crashDmitry Stogov2005-07-061-1/+1
* Fixed test to support 64-bit platformsDmitry Stogov2005-07-061-2/+2
* Fixed SIGSEGV during error processing on some systems (linux/ppc)Dmitry Stogov2005-07-061-0/+7
* 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