Commit Graph

92 Commits

Author SHA1 Message Date
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Antony Dovgal
b0ecc20ac7 that endElement() call was required 2007-10-25 13:00:58 +00:00
Antony Dovgal
305e55b794 fix test 2007-10-25 11:54:10 +00:00
Ilia Alshanetsky
13af0218b2 MFB: Fixed bug #43099 (XMLWriter::endElement() does not check # of params) 2007-10-24 22:50:30 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Antony Dovgal
8300bed9f9 add missing skipif sections 2007-07-16 13:29:41 +00:00
Antony Dovgal
7b6d4abf1f MFB 2007-06-26 12:14:01 +00:00
Dmitry Stogov
6d93257d0e Fixed tests 2007-06-25 06:46:15 +00:00
Pierre Joye
614bc87eff - [@DOC]#41326, better fix. It restores BC and allows both canonical and short
form:
  - when $content is given, the closing tag will be generated (even for empty
  string)
  - when $content is ignored or NULL is given, the short form will be used
2007-05-14 09:22:44 +00:00
Pierre Joye
bfb6f7001f - #41326, writing empty tags with Xmlwriter::WriteElement[ns] 2007-05-08 21:40:25 +00:00
Rob Richards
bb12eaa1e9 MFB: Fix bug #41287 (Namespace functions don't allow xmlns to be optional)
add test
2007-05-04 20:17:40 +00:00
Rob Richards
05a532c07a parameter entity argument (pe) should be bool
update test
2007-01-06 18:03:15 +00:00
Hannes Magnusson
be32e75cf0 Fix parameter parsing 2007-01-06 15:53:55 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Antony Dovgal
024d8f4376 cosmetic improvements 2006-12-05 23:03:42 +00:00
Rob Richards
2888ebde73 Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag,
not enity). (Hannes Magnusson)
add test
2006-11-13 20:47:52 +00:00
Hannes Magnusson
3cd6518f39 Enable xmlwriter_start_dtd_entity(), xmlwriter_end_dtd_entity() & xmlwriter_write_dtd_entity() 2006-11-09 20:02:23 +00:00
Nuno Lopes
3717adbbd9 MFB: static'fication 2006-11-09 16:18:28 +00:00
Hannes Magnusson
e531458f89 Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
Nuno Lopes
121a317695 MFB 2006-09-16 18:21:53 +00:00
Rob Richards
ec38cb0b80 add unicode support 2006-08-25 18:56:03 +00:00
Antony Dovgal
051248b021 wrong directory 2006-08-09 18:37:39 +00:00
Pierre Joye
93d4de150e - MFH: fix tests, libxml 2.6.24 and up adds a new line after a processing
instruction (PI)
2006-07-19 18:58:06 +00:00
Antony Dovgal
84c2620ab0 fix typo
add test with error messages
2006-07-11 16:32:47 +00:00
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