summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Dmitry Stogov2020-09-301-2/+0
|\ | | | | | | | | * PHP-7.4: Fixed incorrect error message
| * Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-09-301-2/+0
| |\ | | | | | | | | | | | | * PHP-7.3: Fixed incorrect error message
| | * Fixed incorrect error messageGeorge Peter Banyard2020-09-301-2/+0
| | |
| | * Future-proof email addressesZeev Suraski2018-11-011-1/+1
| | |
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ / | | | | | | Closes GH-4732.
* | Regroup expressions in php_schema.c to avoid array bounds warningsNikita Popov2019-04-121-3/+4
| |
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
| |
* | Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* 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
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * 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 ↵Dmitry Stogov2015-06-301-11/+11
| | | | | | | | semantick changes).
* | 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 ↵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
|