Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | statification of local functions and variables. | Nuno Lopes | 2006-11-09 | 1 | -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 HEAD | Rob Richards | 2006-05-10 | 1 | -0/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: enable a few additional functions | Rob Richards | 2005-12-09 | 1 | -1/+7 |
| | | | | | - add tests | ||||
* | MFH: fix compile warning | Antony Dovgal | 2005-12-03 | 1 | -3/+0 |
| | |||||
* | Added xmlwriter to 5.1 | Ilia Alshanetsky | 2005-12-02 | 1 | -0/+112 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_1'. | SVN Migration | 2005-08-08 | 1 | -111/+0 |
| | |||||
* | - Add OO interface | Pierre Joye | 2005-06-23 | 1 | -0/+13 |
| | | | | | - some {{{ fixes | ||||
* | use php streams for uri I/O under PHP 4 | Rob Richards | 2005-03-04 | 1 | -0/+3 |
| | |||||
* | - we do not use any global | Pierre Joye | 2005-02-24 | 1 | -6/+0 |
| | |||||
* | - revert previous commit, use libxml version to enable or not a function | Pierre Joye | 2005-02-24 | 1 | -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 comments | Rob Richards | 2005-02-23 | 1 | -5/+4 |
| | |||||
* | - ifdef all (protos and functions) and using the correct version | Pierre Joye | 2005-02-22 | 1 | -0/+4 |
| | | | | | | - fix protos ending - ws | ||||
* | - add xmlTextWriterStartComment and xmlTextWriterEndComment support | Pierre Joye | 2005-02-21 | 1 | -0/+3 |
| | |||||
* | initial xmlwriter code | Rob Richards | 2004-07-13 | 1 | -0/+94 |