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
Hannes Magnusson
050f94f746
MFH: Fix double "wron param count" messages
2006-11-03 14:46:48 +00:00
Nuno Lopes
557b583434
plug leaks that in the previous patch
2006-09-16 18:18:55 +00:00
Nuno Lopes
c7101ba6d2
add missing checks around expand_filepath()
2006-09-16 18:15:25 +00:00
Pierre Joye
92b6f24241
- fix tests for PI with libxml 2.6.24+, a new line is now added
2006-07-19 18:50:51 +00:00
Antony Dovgal
24d3381b10
fix typo, add new test
2006-07-11 16:33:25 +00:00
Rob Richards
1048c9cd52
Synch with HEAD
2006-05-10 19:38:35 +00:00
Marcus Boerger
77c1b56cd7
- Update after api changes
2006-05-10 00:00:13 +00:00
Antony Dovgal
0f510a6a95
#ifdef new functions and use their bodies to make PECL extensions compile with PHP < 5.1.3
...
(as was agreed with Ilia)
2006-04-03 14:59:30 +00:00
Antony Dovgal
59b8592c8c
fix bug #36898 (__set() leaks in classes extending internal ones)
...
Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)
to initialize and destroy zend_object structs
2006-03-29 14:28:43 +00:00
Pierre Joye
8fe545aab7
- fix order
2006-02-09 22:26:43 +00:00
Antony Dovgal
bccf4bd9e7
MFH: initialize variables and reduce the number of warnings
2006-02-06 11:28:41 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
Ilia Alshanetsky
ab55ed15d5
Fixed parameter parsing for setIndent() method.
2005-12-17 20:04:57 +00:00
Antony Dovgal
9417c070f6
MFH: fix C++ comments in C code
2005-12-15 13:58:10 +00:00
Antony Dovgal
bc22352c30
fix tests and their skip conditions
2005-12-12 21:21:11 +00:00
Rob Richards
cc96967132
MFH: allow NULL prefix to create default namespace
...
fix tests
2005-12-09 20:52:15 +00:00
Rob Richards
c98ef984d8
MFH: enable a few additional functions
...
- add tests
2005-12-09 04:57:20 +00:00
Rob Richards
5b561a6df3
MFH: fix res parameter typos
...
- add test
2005-12-07 05:09:33 +00:00
Antony Dovgal
6190512876
MFH: fix typos in xmlwriter/config.m4
2005-12-04 00:21:39 +00:00
Antony Dovgal
72e366657b
MFH: fix compile warning
2005-12-03 23:20:07 +00:00
foobar
ef7cb6880f
MFH
2005-12-03 01:07:00 +00:00
Michael Wallner
ab6a987f86
MFJ: use --enable instead of --with
2005-12-02 10:55:33 +00:00
foobar
ee72c31788
MFH
2005-12-02 08:59:35 +00:00
Ilia Alshanetsky
2fae8d37c0
Enable hash & xmlwriter by default
2005-12-02 02:18:54 +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
a26f8ca351
- each file needs a role
...
NB: "Fix" 1.4 to do what 1.3 does
2005-08-07 00:50:36 +00:00
Pierre Joye
e451fb4a42
- add package2.xml
2005-08-06 23:31:12 +00:00
Pierre Joye
b345d31ffd
- prepare release
2005-08-06 23:30:50 +00:00
Pierre Joye
b80eaf1721
- fix examples
2005-08-06 23:09:29 +00:00
Rob Richards
c47f0cc73b
fix tests
2005-08-06 18:23:40 +00:00
Marcus Boerger
d3c337e59d
- Tweak tests a bit
2005-07-03 09:10:41 +00:00
Rob Richards
f63e56dc1a
Fix build under PHP 4
2005-06-25 10:16:59 +00:00
Rob Richards
e923ffddab
fix build for libxml > 2.6.17
2005-06-24 21:00:27 +00:00
Pierre Joye
4f2bca6cc9
- fix win32 builds, vc likes to have declarations first
2005-06-24 10:22:21 +00:00
Pierre Joye
5443879053
- OO example
2005-06-23 11:29:26 +00:00
Pierre Joye
58cb6bb07f
- initial tests
2005-06-23 11:29:03 +00:00
Pierre Joye
8c1c4865ac
- Add OO interface
...
- some {{{ fixes
2005-06-23 11:28:25 +00:00
Rob Richards
1a0579affa
- now stable thanks to Pierre
...
- prep for release
2005-05-02 19:50:58 +00:00
Rob Richards
fa65031982
- remove Experimental
...
- add Pierre to Credits
- update TODO
2005-05-02 19:39:53 +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
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