summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #35399 (Since fix of bug #35273 SOAP decoding of soapenc:base64bina...Dmitry Stogov2005-11-281-0/+34
* Fixed bug #35273 (Error in mapping soap - java types)Dmitry Stogov2005-11-182-11/+48
* Fixed bug #35142 (SOAP Client/Server Complex Object Support)Dmitry Stogov2005-11-084-2/+700
* Fixed bug #35091 (SoapClient leaks memory)Dmitry Stogov2005-11-071-2/+0
* Fixed SIGSEGVDmitry Stogov2005-11-012-2/+86
* Fixed bug #34950 (Unable to get WSDL through proxy)Dmitry Stogov2005-10-241-0/+6
* Fixed memory leak in ZTS modeDmitry Stogov2005-10-191-14/+23
* MFH: nuke unused varsAntony Dovgal2005-10-121-2/+0
* Fixed bug #32455 (wrong setting property to unset value)Dmitry Stogov2005-10-111-1/+9
* Test seems potentially bogus.George Schlossnagle2005-10-101-30/+0
* Fixed XML Schema errorDmitry Stogov2005-10-101-0/+1
* Fixed bug #34788 (SOAP Client not applying correct namespace to generated val...Dmitry Stogov2005-10-091-1/+7
* Fixed bug #34787 (SOAP Client not handling boolean types correctly)Dmitry Stogov2005-10-0917-37/+37
* Test simple derivation from restriction.George Schlossnagle2005-10-071-0/+30
* Fixed bug #34766 (possible crash on HTTP redirection)Dmitry Stogov2005-10-071-7/+1
* Reverted last George patchesDmitry Stogov2005-10-071-11/+11
* Permit correct usage of inherited encoders (from restriction/extensionGeorge Schlossnagle2005-10-071-1/+2
* MFH: support complex types in restrictions and extensionsGeorge Schlossnagle2005-10-061-10/+9
* Fixed throwing exceptions derived from SoapFaultDmitry Stogov2005-10-052-10/+50
* MFH (Bug #34643 wsdl default value)Dmitry Stogov2005-10-033-1/+5
* Fixed wrong array autodetectionDmitry Stogov2005-09-291-4/+12
* Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception)Dmitry Stogov2005-09-284-4/+229
* Fixed bug #34643 (wsdl default value has no effect)Dmitry Stogov2005-09-273-0/+100
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-3/+3
* Fixed bug #34478 (Incorrect parsing of url's fragment (#...))Dmitry Stogov2005-09-161-0/+8
* Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)Dmitry Stogov2005-09-122-0/+19
* 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