summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed SIGSEGV when restoring WSDL without functions from cacheDmitry Stogov2005-01-311-1/+1
* Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)Dmitry Stogov2004-11-091-8/+42
* Fix TSRM buildMarcus Boerger2004-09-261-1/+0
* Fixed bug #30182 (SOAP module processing WSDL file dumps core).Dmitry Stogov2004-09-221-2/+3
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-261-30/+0
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-261-29/+65
* Fixed bugs #29109 and #29236. (WSDL cache failure)Dmitry Stogov2004-07-191-20/+16
* Eliminate alloca() calls where they can be affected by the users.Ilia Alshanetsky2004-07-051-8/+8
* php_error() -> php_error_docref() (Marcus, Dmitry)Dmitry Stogov2004-05-051-51/+51
* Fixed bug #27742 (WDSL SOAP Parsing Schema bug)Dmitry Stogov2004-04-021-1/+1
* Some small improvments, support for new style constructors, support for excep...Dmitry Stogov2004-04-011-16/+16
* WSDL support for <soap:headerfault> was implementedDmitry Stogov2004-02-241-81/+164
* Don't try to use <input> name instead of <opeartion> name for encoding RPC callDmitry Stogov2004-02-191-1/+7
* WSDL caching bugs were fixedDmitry Stogov2004-02-191-9/+9
* Support for SOAP Fault encoding according to WSDL <fault> and <soap:fault>Dmitry Stogov2004-02-191-41/+208
* support for XMLSchema <element> nillable attributeDmitry Stogov2004-02-171-9/+7
* fix: Using proper namespace for <soap:header> if it is not specified.Dmitry Stogov2004-02-171-14/+17
* BUGFIX: incorrect restoring of negative integers from WSDL cacheDmitry Stogov2004-02-161-1/+1
* Source cleanupDmitry Stogov2004-02-131-55/+80
* Old in-memory WSDL cache was removed (it was already switched off by #ifdef)Dmitry Stogov2004-02-131-122/+111
* WSDL support for unknown extensibility elements and wsdl:required attribute (...Dmitry Stogov2004-02-121-155/+236
* Cache files access rights were changed.Dmitry Stogov2004-02-111-0/+4
* Now SoapClient uses excptions as default method for error reportingDmitry Stogov2004-02-111-35/+36
* WSDL caching was implementedDmitry Stogov2004-02-101-8/+1105
* fixDmitry Stogov2004-02-061-3/+3
* optimizationDmitry Stogov2004-02-061-17/+30
* WSDL cache was disabled by default (see WSDL_CACHE macro)Dmitry Stogov2004-02-061-65/+80
* Free XML documents after WSDL parsing (they no longer need).Dmitry Stogov2004-02-061-48/+34
* WSDL parsing speedup. Source cleanup.Dmitry Stogov2004-02-051-102/+81
* SOAP Headers was implemented (near complete)Dmitry Stogov2004-02-041-184/+235
* SOAP 1.2 specification conformity was improvedDmitry Stogov2004-01-301-0/+1
* fix: "Authors" correctedDmitry Stogov2004-01-291-1/+3
* - Add our standard headerDerick Rethans2004-01-291-0/+19
* Error reoprting improved by prefixDmitry Stogov2004-01-281-22/+22
* Add namespaces to <Envelope> (not ot subnodes)Dmitry Stogov2004-01-281-11/+14
* Support for relative path in WSDL and XML Schema <import>Dmitry Stogov2004-01-271-1/+12
* Support for SOAP 1.2 RPC binding (<rpc:result>)Dmitry Stogov2004-01-261-3/+3
* XML Schema support (decoding of xsi:nil with attributes)Dmitry Stogov2004-01-261-381/+0
* fixDmitry Stogov2004-01-231-1/+1
* disabling import if file was already loadedDmitry Stogov2004-01-231-24/+19
* XML Schema support was improvedDmitry Stogov2004-01-231-8/+4
* XML Schema support was improvedDmitry Stogov2004-01-231-57/+60
* XML Schema support was improvedDmitry Stogov2004-01-221-55/+63
* XML Schema support was improvedDmitry Stogov2004-01-211-0/+8
* XML Schema supportDmitry Stogov2004-01-201-3/+86
* XML Schema support was impovedDmitry Stogov2004-01-191-0/+6
* XML Scheam supportDmitry Stogov2004-01-191-4/+8
* Fix a warningMarcus Boerger2004-01-181-1/+1
* fixDmitry Stogov2004-01-161-3/+3
* WSDL support was improvedDmitry Stogov2004-01-161-24/+100