summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4abd32b1a4..084e156f70 100644
--- a/TODO
+++ b/TODO
@@ -5,8 +5,6 @@ Zend
----
* allow foreach ($array as $k => &$val) syntax. right now we can not
traverse an array without copying each element.
- * create typedefs for all kinds of callback functions - this would make
- casting easier. eg: zend_hash_apply(someht,(zend_apply_f) bla);
global
------