Commit Graph

18 Commits

Author SHA1 Message Date
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
ec93388662 - we do not need this function anymore 2005-02-24 15:30:24 +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
Marcus Boerger
03c03f5890 - Checks for older versions of libxml2 2005-02-23 23:02:01 +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
ec684f72f8 - examples usage, initial commit 2005-02-21 15:31:35 +00:00
Pierre Joye
46eb3e977c - add xmlTextWriterStartComment and xmlTextWriterEndComment support 2005-02-21 15:05:54 +00:00
Pierre Joye
f67803801e - more zend_bool.
Fix flush buffer in output_memory
  Fix isparm in start_dtd_entity
2005-02-20 19:31:52 +00:00
Pierre Joye
3e5b42a291 - int is not zend_bool, fixed indented output 2005-02-20 19:00:25 +00:00
Hartmut Holzgraefe
1f98a966c5 fix aclocal "underquoted argument" warnings 2005-02-13 07:31:02 +00:00
Rob Richards
1aa7fda66b Fix bug #2482 (xmlwriter_start_document chrashes apache)
Fix other function parameters
prep for release
2004-10-08 14:54:15 +00:00
Wez Furlong
83472de48e Fix some misbehaving pecls (my own included ;-) 2004-07-31 18:46:18 +00:00
Edin Kadribasic
7941b599fc No PECL should be enabled by default 2004-07-29 20:43:00 +00:00
Rob Richards
23d202bd36 prep for alpha release 2004-07-20 20:57:10 +00:00
Rob Richards
180306cf88 add optional flush paramter to xmlwriter_output_memory 2004-07-20 15:13:53 +00:00
Rob Richards
d64a00da04 initial xmlwriter code 2004-07-13 17:01:30 +00:00