Xinchen Hui
a275f4c64d
Port XMLWriter
2014-05-04 11:33:17 +08:00
Xinchen Hui
c081ce628f
Bump year
2014-01-03 11:08:10 +08:00
Xinchen Hui
a666285bc2
Happy New Year
2013-01-01 16:37:09 +08:00
Felipe Pena
8775a37559
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
0203cc3d44
- Year++
2011-01-01 02:17:06 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Nuno Lopes
d6802e1022
statification of local functions and variables.
...
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
2006-11-09 16:04:34 +00:00
Rob Richards
1048c9cd52
Synch with HEAD
2006-05-10 19:38:35 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
Rob Richards
c98ef984d8
MFH: enable a few additional functions
...
- add tests
2005-12-09 04:57:20 +00:00
Antony Dovgal
72e366657b
MFH: fix compile warning
2005-12-03 23:20:07 +00:00
Ilia Alshanetsky
bcd9356df5
Added xmlwriter to 5.1
2005-12-02 02:05:26 +00:00
SVN Migration
4571221d8e
This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.
2005-08-08 23:59:05 +00:00
Pierre Joye
8c1c4865ac
- Add OO interface
...
- some {{{ fixes
2005-06-23 11:28:25 +00:00
Rob Richards
d42656b033
use php streams for uri I/O under PHP 4
2005-03-04 15:41:33 +00:00
Pierre Joye
a6b93ee6a0
- we do not use any global
2005-02-24 15:35:56 +00:00
Pierre Joye
19c1535ae5
- revert previous commit, use libxml version to enable or not a function
...
(safer)
- add xmlwriter_flush, flush the buffer, works with both file and mem
buffer, BC kept
- use ifdef for the function implementation
(Rob, Pierre)
2005-02-24 15:08:37 +00:00
Rob Richards
6966023564
fix libxml versions for comments
2005-02-23 11:25:32 +00:00
Pierre Joye
0802829ad4
- ifdef all (protos and functions) and using the correct version
...
- fix protos ending
- ws
2005-02-22 08:05:05 +00:00
Pierre Joye
46eb3e977c
- add xmlTextWriterStartComment and xmlTextWriterEndComment support
2005-02-21 15:05:54 +00:00
Rob Richards
d64a00da04
initial xmlwriter code
2004-07-13 17:01:30 +00:00