]> granicus.if.org Git - php/commitdiff
Added TODO item to modify new_child so that more than just element nodes
authorJoseph Tate <jtate@php.net>
Thu, 7 Mar 2002 16:33:02 +0000 (16:33 +0000)
committerJoseph Tate <jtate@php.net>
Thu, 7 Mar 2002 16:33:02 +0000 (16:33 +0000)
can be created.

ext/domxml/TODO

index 680fc90bc8fc316eafba3f88cc08f2ff80d6fd41..f379aaaf908359a473f1962585b4bc102ac03ff2 100644 (file)
@@ -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.