summaryrefslogtreecommitdiff
path: root/ext/domxml/TODO
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-03-13 18:39:43 +0000
committerSVN Migration <svn@php.net>2002-03-13 18:39:43 +0000
commit8d6817e7f142091b1c30de30f349c3fde9d7e094 (patch)
tree45704599905d4a7445ad446fc5337374a3390dbf /ext/domxml/TODO
parent94e6810a2a3e189cf729bdbae8f45cd9d7987ad6 (diff)
downloadphp-git-help.tar.gz
This commit was manufactured by cvs2svn to create tag 'help'.help
Diffstat (limited to 'ext/domxml/TODO')
-rw-r--r--ext/domxml/TODO17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/domxml/TODO b/ext/domxml/TODO
deleted file mode 100644
index f379aaaf90..0000000000
--- a/ext/domxml/TODO
+++ /dev/null
@@ -1,17 +0,0 @@
-1) Implement the following list entries and thier destructors:
- le_domxmldoctypep
- le_domxmldtdp
- le_domxmlcdatap
- le_domxmlpip
- le_domxmlcommentp
- le_domxmlnotationp
- le_domxmlentityrefp
-
-2) Use ZEND_FETCH_RESOURCE() macros instead of custom functions.
-3) Implement those classes we really want, kill all of the rest.
-4) Remove debug code (many calls to fprintf()).
-5) Make 1st arg always be the object. This is currently half-and-half, or so.
-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.