summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_4'.php-5.1.4SVN Migration2006-05-031-27/+8
* 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
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFa...Dmitry Stogov2005-03-221-5/+115
* Fixed bug #32115 (dateTime encoding of timezone incorrect)Dmitry Stogov2005-03-051-6/+6
* Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or prote...Dmitry Stogov2004-12-071-50/+77
* 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
* Class mapping was implemented (Bug #29385 Soapserver always uses std class).Dmitry Stogov2004-11-161-6/+17
* fix ZTS buildsFrank M. Kromann2004-11-121-1/+2
* Support for lists in non-WSDL mode was implementedDmitry Stogov2004-11-111-14/+64
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-1/+2
* Fix TSRM buildMarcus Boerger2004-09-261-6/+0
* Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)Dmitry Stogov2004-09-141-48/+5
* Using php_libxml_xmlCheckUTF8() from ext/libxml.Dmitry Stogov2004-09-101-28/+3