summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* Revert patch because we are at last RC stage.Dmitry Stogov2006-10-241-34/+25
* Fixed decoding of list of arrays in non-WSDL mode. (releated to bug #39121)Dmitry Stogov2006-10-231-25/+34
* Fixed possible crash with default namespacesDmitry Stogov2006-10-031-3/+53
* Added ability to make SOAP call userspace PHP<->XML convertersDmitry Stogov2006-09-201-162/+124
* - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-1/+1
* Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding o...Dmitry Stogov2006-07-121-4/+4
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-3/+4
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-129/+128
* Fixed bug #38055 (Wrong interpretation of boolean parameters)Dmitry Stogov2006-07-101-14/+7
* Fixed bug #38004 Parameters in SoapServer are decoded twiceDmitry Stogov2006-07-101-2/+3
* MFH: Optimize the other string conversion functions here to just createRasmus Lerdorf2006-06-151-5/+8
* MFH:Rasmus Lerdorf2006-06-151-4/+7
* Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attrib...Dmitry Stogov2006-05-261-39/+34
* Some encodings were assumed to be default and, thus, were not madeAndrei Zmievski2006-04-171-0/+3
* Fixed bug #36908 (wsdl default value overrides value in soap request).Dmitry Stogov2006-04-101-4/+6
* Speed up SoapClient/SoapServer constructors by caching WSDL structuresAndrei Zmievski2006-04-091-0/+14
* fix spelling in error messages:Antony Dovgal2006-04-031-4/+4
* Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)Dmitry Stogov2006-03-031-14/+57
* typoDmitry Stogov2006-02-061-1/+1
* Bug #36226 Inconsistent handling when passing potential arraysDmitry Stogov2006-02-021-0/+8
* Fixed encoding of inhereted objectsDmitry Stogov2006-02-011-19/+42
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed possible SIGSEGV (Rob Richards)Dmitry Stogov2005-12-091-1/+1
* Fixed bug #35142 (SOAP Client/Server Complex Object Support)Dmitry Stogov2005-11-081-0/+4
* Fixed SIGSEGVDmitry Stogov2005-11-011-2/+3
* Fixed bug #32455 (wrong setting property to unset value)Dmitry Stogov2005-10-111-1/+9
* 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-091-11/+11
* 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 wrong array autodetectionDmitry Stogov2005-09-291-4/+12
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-3/+3
* Fixed boolean encoding (from 0/1 to false/true) to support some buggy soap SDKs.Dmitry Stogov2005-08-241-2/+12
* Automatic encoding/decoding of hexbin data type (base64 support is improved)Dmitry Stogov2005-08-081-47/+106
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #32139 (SOAP client does not auto-handle base64 encoding).Ilia Alshanetsky2005-07-271-5/+42
* 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
* ext/soap should use type defined in SoapVar(), if wsdl defines another typeDmitry Stogov2005-06-211-2/+5
* Fixed array type autodetection (use namespace name, but not the namespace prefixDmitry Stogov2005-06-091-12/+25
* Fixed bug #32941 (Sending structured SOAP fault kills a php)Dmitry Stogov2005-06-011-0/+3
* Support for element's form and schema's elementFormDefault attributes (qualif...Dmitry Stogov2005-04-201-3/+6
* Fixed compiler warning.Ilia Alshanetsky2005-04-121-2/+2
* Fixed compiler warning.Ilia Alshanetsky2005-04-121-1/+1
* Fix qualified names for attributes according to attributeFormDefault.George Schlossnagle2005-04-031-5/+5
* Fixed handling of attributes' namespacesDmitry Stogov2005-03-281-1/+4
* Fixed handling of attributes' namespacesDmitry Stogov2005-03-281-1/+1
* windows compatibility fixDmitry Stogov2005-03-231-2/+1