From: Thies C. Arntzen Date: Sun, 6 Feb 2000 16:02:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa539466f7a7df541842d07359bb881249275e65;p=php *** empty log message *** --- 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