diff options
author | Thies C. Arntzen <thies@php.net> | 2000-02-06 16:02:30 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-02-06 16:02:30 +0000 |
commit | aa539466f7a7df541842d07359bb881249275e65 (patch) | |
tree | ece80fe2088b847e07851ea3aa184007d85bcc4d /TODO | |
parent | 44c0f591f72d97afda25f079f1f8a635f5beedaf (diff) | |
download | php-git-aa539466f7a7df541842d07359bb881249275e65.tar.gz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |