summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/php_xmlwriter.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+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 mod version macros and mod defs, round xAnatol Belski2015-03-231-0/+3
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!)Andrea Faulds2014-12-051-3/+0
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Port XMLWriterXinchen Hui2014-05-041-1/+7
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* 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
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* statification of local functions and variables.Nuno Lopes2006-11-091-56/+0
| | | | | | | | | | also remove a few uneeded global variables interesting new warnings: /cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning: 'xmlwriter_objects_clone' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1281: warning: 'zif_xmlwriter_start_dtd_entity' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1325: warning: 'zif_xmlwriter_end_dtd_entity' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1333: warning: 'zif_xmlwriter_write_dtd_entity' defined but not used
* Synch with HEADRob Richards2006-05-101-0/+2
|
* bump year and license versionfoobar2006-01-011-1/+1
|
* MFH: enable a few additional functionsRob Richards2005-12-091-1/+7
| | | | | - add tests
* MFH: fix compile warningAntony Dovgal2005-12-031-3/+0
|
* Added xmlwriter to 5.1Ilia Alshanetsky2005-12-021-0/+112
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.SVN Migration2005-08-081-111/+0
|
* - Add OO interfacePierre Joye2005-06-231-0/+13
| | | | | - some {{{ fixes
* use php streams for uri I/O under PHP 4Rob Richards2005-03-041-0/+3
|
* - we do not use any globalPierre Joye2005-02-241-6/+0
|
* - revert previous commit, use libxml version to enable or not a functionPierre Joye2005-02-241-0/+1
| | | | | | | | | (safer) - add xmlwriter_flush, flush the buffer, works with both file and mem buffer, BC kept - use ifdef for the function implementation (Rob, Pierre)
* fix libxml versions for commentsRob Richards2005-02-231-5/+4
|
* - ifdef all (protos and functions) and using the correct versionPierre Joye2005-02-221-0/+4
| | | | | | - fix protos ending - ws
* - add xmlTextWriterStartComment and xmlTextWriterEndComment supportPierre Joye2005-02-211-0/+3
|
* initial xmlwriter codeRob Richards2004-07-131-0/+94