diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-12-02 02:05:26 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-12-02 02:05:26 +0000 |
commit | bcd9356df51183637c6ba16ef5b161bbe41c3877 (patch) | |
tree | 38b43e031cd8a5590b86e3259b0a30b54c6b8298 /ext/xmlwriter/TODO | |
parent | 950de078898f49fddbf866c7612e2c65c4ccd43a (diff) | |
download | php-git-bcd9356df51183637c6ba16ef5b161bbe41c3877.tar.gz |
Added xmlwriter to 5.1
Diffstat (limited to 'ext/xmlwriter/TODO')
-rw-r--r-- | ext/xmlwriter/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/xmlwriter/TODO b/ext/xmlwriter/TODO new file mode 100644 index 0000000000..bfc895d769 --- /dev/null +++ b/ext/xmlwriter/TODO @@ -0,0 +1,5 @@ +- Fix up config file for PHP 5 to use libxml extension configuration +- Add tests for Namespace functions/methods +- Sync with xmlwriter (new dtd func?) +- Write documentations in docbook + |