summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-06-11 21:29:32 +0000
committerMarkus Fischer <mfischer@php.net>2002-06-11 21:29:32 +0000
commit9ec38259ed654568e5b6b8462c952d2e60ed4eb6 (patch)
tree50cb7dd004646af7cc7e1273967ce094c9309436
parent17b3ef47f3903fa2dfb0bda9302fcbfb8a012f25 (diff)
downloadphp-git-9ec38259ed654568e5b6b8462c952d2e60ed4eb6.tar.gz
- Those have been implemented already.
-rw-r--r--ext/domxml/TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/domxml/TODO b/ext/domxml/TODO
index f379aaaf90..49db546465 100644
--- a/ext/domxml/TODO
+++ b/ext/domxml/TODO
@@ -1,11 +1,5 @@
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.