summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Dmitry Stogov2004-04-011-16/+16
| | | | exceptions other then SoapFault
* 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
| | | | (Interop Round3 GroupF)
* 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
| | | | | WSDL related memory leaks were fixed
* 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
| | | | | | New 'HTTP' fault code Source cleanup
* 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
| | | | | Source Cleanup
* 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
| | | | | | | support for type extension support for attribute encoding/decoding support for SOAP 1.2 array encoding/decoding
* XML Schema support was improvedDmitry Stogov2004-01-231-57/+60
| | | | | suport for type extension
* XML Schema support was improvedDmitry Stogov2004-01-221-55/+63
| | | | | | | | | | support for content model (<sequence>,<all>,<choice>) support for top-level <group> support for <group> 'ref' attribute support for content model encoding/decoding (incomplete) support for attribute encoding/decoding (incomplete) support for <attribute> with inline anonymous <simpleType>
* XML Schema support was improvedDmitry Stogov2004-01-211-0/+8
| | | | | | | | | | xml tree cleanup (save memory and parsing time) support for <inclide> and <import> support for top-level <attribute> support for <attribute> 'ref' attribute support for top-level <attributeGroup> support for <attributeGroup> 'ref' attribute
* XML Schema supportDmitry Stogov2004-01-201-3/+86
| | | | | | | - support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate)
* 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
| | | | | | support for message/part element attribute was implemented support for portType operation input/output name attribute was implemented
* Support for SOAP 1.2 HTTP binding namespase was addedDmitry Stogov2004-01-161-1/+3
|
* WSDL: restrictions support (whiteSpace, minLength, maxLength, length)Dmitry Stogov2004-01-141-5/+43
|
* array/object encodingDmitry Stogov2004-01-141-245/+3
|
* WSDL: encoding rpc/document and encoded/literalDmitry Stogov2004-01-141-79/+92
|
* WSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was addedDmitry Stogov2004-01-131-0/+2
|
* Source ceanupDmitry Stogov2004-01-131-11/+47
|
* WSDL: support for multiple services/ports/bindings was implementedDmitry Stogov2004-01-131-381/+238
|