summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Improved fix for bug #44686 (SOAP-ERROR: Parsing WSDL)Dmitry Stogov2013-07-311-5/+49
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)Dmitry Stogov2011-11-141-5/+5
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Fixed bug #49144 (import of schema from different host transmits original ↵Dmitry Stogov2009-08-171-0/+3
| | | | authentication details)
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Fixed bug #42359 (xsd:list type not parsed)Dmitry Stogov2007-08-311-3/+25
|
* Fixed memory leakDmitry Stogov2007-02-151-1/+4
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Last set of zend_hash_init() optimizationsIlia Alshanetsky2006-10-031-2/+2
|
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-193/+123
|
* MFH: fix #37807 (segmentation fault during SOAP schema import)Antony Dovgal2006-06-191-1/+1
|
* Speed up SoapClient/SoapServer constructors by caching WSDL structuresAndrei Zmievski2006-04-091-0/+127
| | | | | | in memory. All WSDL files will be cached, unless turned off via an option to the constructor.
* Fixed Bug #36614 (Segfault when using Soap)Dmitry Stogov2006-03-151-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* Fixed possible SIGSEGV (Rob Richards)Dmitry Stogov2005-12-091-1/+5
|
* Fixed bug #35142 (SOAP Client/Server Complex Object Support)Dmitry Stogov2005-11-081-2/+18
|
* Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception)Dmitry Stogov2005-09-281-4/+0
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Fixed ZTS buildDmitry Stogov2005-08-021-7/+7
|
* Fixed bug #32941 (Sending structured SOAP fault kills a php)Dmitry Stogov2005-06-011-11/+1
|
* Support for element's form and schema's elementFormDefault attributes ↵Dmitry Stogov2005-04-201-6/+40
| | | | (qualified/unqualified)
* Fix qualified names for attributes according to attributeFormDefault.George Schlossnagle2005-04-031-1/+19
| | | | | Add SOAP Interop tests from Dmitry.
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught ↵Dmitry Stogov2005-03-221-2/+41
| | | | SoapFault exception)
* doc should not be freed here, as it is used later in the code path.George Schlossnagle2005-03-181-1/+0
|
* Fix TSRM buildMarcus Boerger2004-09-261-1/+0
|
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-261-0/+9
|
* php_error() -> php_error_docref() (Marcus, Dmitry)Dmitry Stogov2004-05-051-78/+78
|
* Fixed bug #27742 (WDSL SOAP Parsing Schema bug)Dmitry Stogov2004-04-021-1/+5
|
* Fixed bug #27722 (Segfault on schema without targetNamespace).Dmitry Stogov2004-04-011-97/+101
|
* fix: anotaion -> anotationDmitry Stogov2004-02-241-8/+8
|
* XML Schema support was improved: support for <element> default, fixed and ↵Dmitry Stogov2004-02-241-1/+7
| | | | nillable
* support for XMLSchema <element> nillable attributeDmitry Stogov2004-02-171-0/+3
|
* Source cleanupDmitry Stogov2004-02-131-16/+12
|
* Old in-memory WSDL cache was removed (it was already switched off by #ifdef)Dmitry Stogov2004-02-131-151/+151
|
* WSDL caching was implementedDmitry Stogov2004-02-101-17/+10
|
* optimizationDmitry Stogov2004-02-061-6/+7
|
* WSDL cache was disabled by default (see WSDL_CACHE macro)Dmitry Stogov2004-02-061-150/+153
| | | | | WSDL related memory leaks were fixed
* Free XML documents after WSDL parsing (they no longer need).Dmitry Stogov2004-02-061-104/+141
|
* WSDL parsing speedup. Source cleanup.Dmitry Stogov2004-02-051-31/+29
|
* fix: proper handling of SOAP 1.1 href and unresolved attributes referencesDmitry Stogov2004-02-021-0/+7
|
* SOAP 1.2 specification conformity was improvedDmitry Stogov2004-01-301-43/+1
|
* fix: "Authors" correctedDmitry Stogov2004-01-291-1/+3
|
* - Add our standard headerDerick Rethans2004-01-291-0/+19
|