diff options
| author | Joseph Tate <jtate@php.net> | 2002-03-07 16:33:02 +0000 |
|---|---|---|
| committer | Joseph Tate <jtate@php.net> | 2002-03-07 16:33:02 +0000 |
| commit | f0bb6ff3db86120190e48ed2d3a830a798d37615 (patch) | |
| tree | a607af3fc567836d8f568e2dfa7644d9a9b78440 | |
| parent | 8d4656dcf63f084bb21620d2239160777d87c70c (diff) | |
| download | php-git-f0bb6ff3db86120190e48ed2d3a830a798d37615.tar.gz | |
Added TODO item to modify new_child so that more than just element nodes
can be created.
| -rw-r--r-- | ext/domxml/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/TODO b/ext/domxml/TODO index 680fc90bc8..f379aaaf90 100644 --- a/ext/domxml/TODO +++ b/ext/domxml/TODO @@ -14,3 +14,4 @@ 6) Take a hard look at startup/shutdown code. This is really running slower than it ought to be. 7) Fix the many, many memory leaks. +8) Modify new_child to allow creation of attribute, cdata, dtd, etc nodes. |
