summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-02-06 16:02:30 +0000
committerThies C. Arntzen <thies@php.net>2000-02-06 16:02:30 +0000
commitaa539466f7a7df541842d07359bb881249275e65 (patch)
treeece80fe2088b847e07851ea3aa184007d85bcc4d /TODO
parent44c0f591f72d97afda25f079f1f8a635f5beedaf (diff)
downloadphp-git-aa539466f7a7df541842d07359bb881249275e65.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index 0143f3d755..d57c22bec4 100644
--- a/TODO
+++ b/TODO
@@ -5,6 +5,8 @@ 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
------
@@ -41,13 +43,8 @@ ext/wddx
--------
* implement wddx_packet_as_javascript(). (Andrei)
-ext/apache
---------
- * all apache specific functions should be in sapi/apache
-
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