]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorThies C. Arntzen <thies@php.net>
Sun, 6 Feb 2000 16:02:30 +0000 (16:02 +0000)
committerThies C. Arntzen <thies@php.net>
Sun, 6 Feb 2000 16:02:30 +0000 (16:02 +0000)
TODO

diff --git a/TODO b/TODO
index 0143f3d755d3ec250e5d1df9364ba7f84a0d0754..d57c22bec48eccd048097fc1b8f92b5a66eeb484 100644 (file)
--- 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