summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.c
Commit message (Collapse)AuthorAgeFilesLines
* disabling import if file was already loadedDmitry Stogov2004-01-231-50/+49
|
* XML Schema support was improvedDmitry Stogov2004-01-231-4/+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-8/+30
| | | | | suport for type extension
* XML Schema support was improvedDmitry Stogov2004-01-221-117/+398
| | | | | | | | | | 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>
* Source cleanupDmitry Stogov2004-01-211-23/+10
|
* XML Schema support was improvedDmitry Stogov2004-01-211-402/+610
| | | | | | | | | | 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-81/+331
| | | | | | | - 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-313/+623
|
* XML Scheam supportDmitry Stogov2004-01-191-15/+16
|
* Fix some warningsMarcus Boerger2004-01-191-1/+0
|
* fixDmitry Stogov2004-01-161-53/+62
|
* Source ceanupDmitry Stogov2004-01-131-25/+0
|
* WSDL support: support for wsdl importDmitry Stogov2004-01-121-3/+3
|
* WSDL support: use of type before declaration (see interop round2 base ↵Dmitry Stogov2004-01-121-1/+2
| | | | OpenLink echoStructArray)
* Source cleanup.Dmitry Stogov2004-01-091-140/+147
|
* BUGFIX: WSDL support (complexType/complexContent/restiction/atttibute)Dmitry Stogov2004-01-091-4/+15
|
* let soap build with php5Wez Furlong2004-01-091-0/+1
|
* SOAP Encoding/Decoding were improved.Dmitry Stogov2004-01-091-4/+4
|
* WSDL support was improvedDmitry Stogov2004-01-061-260/+219
|
* PHP5 support, better encoding and WSDL support, interop round 2 base and groupBDmitry Stogov2004-01-051-42/+64
|
* Migrated to C style comments.Andrey Hristov2003-01-141-6/+10
|
* Modifying TS build.Andrey Hristov2003-01-131-1/+1
| | | | | Migrating to _ex API for hash traversal.
* some more doc/lit stuffBrad LaFountain2002-08-141-1/+0
| | | | | some more wsdl stuff
* Sync with Sourceforge CVSBrad LaFountain2002-08-071-14/+44
|
* import php-soap library from sourceforgeShane Caraveo2002-07-071-0/+1047