summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ext/soap work around libxml2 bug in xmlCheckUTF8 (2.6.7-2.6.13)Dmitry Stogov2004-09-071-2/+28
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-261-1/+8
* Fixed bug #29795 (SegFault with Soap and Amazon's Web Services)Dmitry Stogov2004-08-261-0/+10
* Fixed bug #28969 (Wrong data encoding of special characters).Dmitry Stogov2004-08-101-4/+91
* php_error() -> php_error_docref() (Marcus, Dmitry)Dmitry Stogov2004-05-051-46/+46
* Support for <![CDATA[ ]]> for string/hexbinary/base64binary dataDmitry Stogov2004-04-231-0/+6
* Support for multiref dataDmitry Stogov2004-04-211-17/+23
* Fixed bug #27681 (soap extension fails without HAVE_TM_GMTOFF).Dmitry Stogov2004-04-151-3/+3
* Some small improvments, support for new style constructors, support for excep...Dmitry Stogov2004-04-011-6/+16