Commit Graph

68 Commits

Author SHA1 Message Date
Marcus Boerger
e583cd31e7 - Make this compatible with 5.0/1 again 2006-06-05 12:20:08 +00:00
Rob Richards
bd8c4d1662 fix compiler warnings 2006-05-10 19:34:47 +00:00
Marcus Boerger
6c0c9f098f - Methods have flags 2006-05-09 22:12:50 +00:00
Antony Dovgal
6a53a49c8b MF51: 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)
2006-03-29 15:08:52 +00:00
Pierre Joye
1fad64d6dc - mv package2 to package 2006-03-05 16:31:02 +00:00
Pierre Joye
e1b4788d9c - remove it, 1.3.x is dead 2006-03-05 16:30:15 +00:00
Pierre Joye
b98712835e - xmllint 2006-03-05 16:15:39 +00:00
Pierre Joye
1360db600e - update changelog, and start new release tag 2006-03-05 16:13:37 +00:00
Andi Gutmans
1efe984d08 - Get rid of using ENFORCE_SAFE_MODE. 2006-02-19 04:29:42 +00:00
Pierre Joye
a5d44ed100 - fix order 2006-02-09 22:27:11 +00:00
Antony Dovgal
96543b01ad initialize variables and reduce the number of warnings 2006-02-06 11:28:20 +00:00
foobar
251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Rob Richards
ddba5e9531 cleanup code making it easier to add new functionality and maintain
implement xmlwriter_full_end_element and xmlwriter_write_raw
2005-12-19 15:05:41 +00:00
Pierre Joye
84673b291e - keep it sync'ed 2005-12-18 02:07:34 +00:00
Ilia Alshanetsky
23005e96f1 MFB51: Fixed parameter parsing for setIndent() method. 2005-12-17 20:05:21 +00:00
Pierre Joye
72ae77a1d8 - #35681, non ansi comment 2005-12-15 13:57:14 +00:00
Antony Dovgal
762842ee30 MF51: fix tests and their skip conditions 2005-12-12 21:21:36 +00:00
Rob Richards
37d1633ff4 allow NULL prefix to create default namespace
fix tests
2005-12-09 20:51:23 +00:00
Rob Richards
07bcf94d86 update TODO 2005-12-09 06:43:35 +00:00
Pierre Joye
f567ef8e1c - dtd added, remove from todo 2005-12-09 06:31:21 +00:00
Rob Richards
944dc57ef5 - enable a few additional functions
- add tests
2005-12-09 04:56:21 +00:00
Pierre Joye
224de2c66a - add latest changes to package.xml 2005-12-07 06:58:14 +00:00
Rob Richards
d8427c5efa - fix remaining parameter typo
- add test
2005-12-07 04:59:41 +00:00
Pierre Joye
ddbc24465e - copy/paste error in startDtd, we do not need the res here 2005-12-07 03:20:13 +00:00
Antony Dovgal
a74ea6cfb8 fix typos in xmlwriter/config.m4 2005-12-04 00:20:52 +00:00
Antony Dovgal
e9f068a7d6 fix compile warning 2005-12-03 23:19:48 +00:00
foobar
c7e4853008 fix configure --help output 2005-12-03 01:06:36 +00:00
Michael Wallner
f48a99133d MF51: use --enable instead of --with 2005-12-02 11:01:19 +00:00
foobar
79bc13d29e - Fix configure 2005-12-02 08:59:26 +00:00
Pierre Joye
f001c7d5a0 - prepare 2.0.2 2005-12-02 00:50:28 +00:00
Rob Richards
6f42894489 change to PHP 3.01 license 2005-12-01 16:41:52 +00:00
Rob Richards
061039b182 fix build under 5.0
fix crash when XMLWriter is instantiated but not used
2005-11-23 11:23:39 +00:00
Pierre Joye
29a04a28ef - switch to bsd license
- prepare 2.0.1
2005-11-15 15:36:29 +00:00
Ilia Alshanetsky
dffc74c54e Allow recursive calls to __get/__set for different properties 2005-11-15 14:57:42 +00:00
Rob Richards
b4f80a9416 add dsp file 2005-09-29 01:05:17 +00:00
Ilia Alshanetsky
e7ad6720fa Provide a common handler for "close".
Macro the name validation.
2005-08-16 23:10:36 +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