From aa539466f7a7df541842d07359bb881249275e65 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Sun, 6 Feb 2000 16:02:30 +0000 Subject: *** empty log message *** --- TODO | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.1