summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+19
* Support for lists in non-WSDL mode was implementedDmitry Stogov2004-11-111-20/+64
* - MFH: Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-1/+2
* 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
* s/emalloc/safe_emalloc/ where appropriate.Ilia Alshanetsky2004-03-181-6/+6
* win32 specific fixesDmitry Stogov2004-02-271-1/+1
* fix: XMLSchema <choice> support was improved to support elements with minOccu...Dmitry Stogov2004-02-251-3/+7
* XML Schema support was improved: support for <element> default, fixed and nil...Dmitry Stogov2004-02-241-2/+46
* Passing arguments to "anyType" cause passing type information in literal enco...Dmitry Stogov2004-02-191-49/+79
* Using element namesapces with literal encoding.Dmitry Stogov2004-02-171-2/+14
* support for XMLSchema <element> nillable attributeDmitry Stogov2004-02-171-4/+38
* Encoding of ommited tail parameters as NULLsDmitry Stogov2004-02-171-0/+9
* specal case of array encoding. If object has only one inner element and this ...Dmitry Stogov2004-02-161-1/+47
* fix: prevent of possible crashDmitry Stogov2004-02-161-2/+6
* Source cleanupDmitry Stogov2004-02-131-115/+58
* Old in-memory WSDL cache was removed (it was already switched off by #ifdef)Dmitry Stogov2004-02-131-15/+0
* BUGFIXDmitry Stogov2004-02-131-0/+2
* Now SoapClient uses excptions as default method for error reportingDmitry Stogov2004-02-111-16/+23
* WSDL caching was implementedDmitry Stogov2004-02-101-3/+3
* WSDL cache was disabled by default (see WSDL_CACHE macro)Dmitry Stogov2004-02-061-3/+18
* Free XML documents after WSDL parsing (they no longer need).Dmitry Stogov2004-02-061-70/+36
* PHP5 and WIN32 support was improvedDmitry Stogov2004-02-061-1/+5
* WSDL parsing speedup. Source cleanup.Dmitry Stogov2004-02-051-12/+4
* SOAP Headers was implemented (near complete)Dmitry Stogov2004-02-041-7/+8
* Initial support for client-part SOAP headers (very incomlete)Dmitry Stogov2004-02-031-6/+8
* TSRM fixesMarcus Boerger2004-02-021-1/+2
* fix: proper handling of SOAP 1.1 href and unresolved attributes referencesDmitry Stogov2004-02-021-1/+8
* SOAP 1.2 specification conformity was improvedDmitry Stogov2004-01-301-12/+13
* fix: "Authors" correctedDmitry Stogov2004-01-291-1/+3
* - Add our standard headerDerick Rethans2004-01-291-0/+19
* Support for nonWSDL mode was improved (SoapVal,SoapVar,SOAPAction...)Dmitry Stogov2004-01-291-51/+87
* Error reoprting improved by prefixDmitry Stogov2004-01-281-60/+75
* Add namespaces to <Envelope> (not ot subnodes)Dmitry Stogov2004-01-281-184/+181
* XML Schema support was improvedDmitry Stogov2004-01-271-20/+72
* fixDmitry Stogov2004-01-261-1/+1
* fix: memory leaksDmitry Stogov2004-01-261-9/+2
* XML Schema support was improvedDmitry Stogov2004-01-261-24/+36