summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.c
Commit message (Expand)AuthorAgeFilesLines
* Future-proof email addressesZeev Suraski2018-11-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Cleanup: avoid reallocationsDmitry Stogov2015-09-241-23/+20
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-11/+11
* | fix uninitialized value warnAnatol Belski2015-02-111-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-10/+10
* | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-5/+5
* | ported ext/soapAnatol Belski2014-08-191-2/+2
* | basic macro replacements, all at onceAnatol Belski2014-08-191-3/+3
* | Fixed WSDL attibute parsingDmitry Stogov2014-05-161-2/+1
* | ext/soap support for phpng (incomplete - just compilable)Dmitry Stogov2014-05-151-222/+220
|/
* 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 aut...Dmitry Stogov2009-08-171-0/+3
* 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
* 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 (qualif...Dmitry Stogov2005-04-201-6/+40
* Fix qualified names for attributes according to attributeFormDefault.George Schlossnagle2005-04-031-1/+19
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFa...Dmitry Stogov2005-03-221-2/+41
* 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