From 033209b061d4e6bb6147617549a8a5fc08581e77 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Thu, 16 Mar 2000 03:14:03 +0000 Subject: [PATCH] share some thoughts --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 8a4d668087..4008bba731 100644 --- a/TODO +++ b/TODO @@ -5,10 +5,12 @@ Zend ---- * allow foreach ($array as $k => &$val) syntax. right now we can not traverse an array without copying each element. + * look al replacing c-lib call tolower(). * get_class_methods("classname") global ------ + * make sure all source files have the "right" copyright. * the following modules still use PHP3_TLS_*() macros (and thereby don't work in ZTS mode): ext/dav/dav.c, ext/db/db.c, ext/gd/gd.c, ext/ldap/ldap.c * let every module (source-file) have it's own module & function_entry @@ -56,6 +58,10 @@ ext/wddx * implement wddx_packet_as_javascript(). (Andrei) +ext/dav +-------- + * rewrite + ext/oci8 -------- * all OCIFetch*() functions should return 0 for no more data and false on error. @@ -66,6 +72,7 @@ ext/snmp ext/standard ------------ + * add a version number to data serialized via serialize(). * array_add(), array_rand() (Andrei) * implement pathinfo() * possibly modify parsing of GPC data to automatically create arrays if -- 2.50.1