summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-12-04 17:30:39 +0000
committerThies C. Arntzen <thies@php.net>1999-12-04 17:30:39 +0000
commitb1eb7855cdee02df8cb464190865cfa410f42335 (patch)
treeeb487241b4c137f2ef3b18897c02c376c2f4edd8 /TODO
parent7347ca9a08b12a995b4aa3176ac7d061372f1218 (diff)
downloadphp-git-b1eb7855cdee02df8cb464190865cfa410f42335.tar.gz
some more ideas
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4bb45c95d9..69f9c55fc7 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,15 @@ documentation
* add remarks in the documentation which functions are not implemented on win32.
* add remarks in the documentation which functions are not binary-safe.
+ext/xml
+-------
+ * allow class methods to be used as handlers
+
+ext/oci8
+--------
+ * map boolean value false to oracle NULL.
+ * all OCIFetch*() functions should return 0 for no more data and false on error.
+
ext/standard
------------
* strpad() (Andrei)