From: Thies C. Arntzen Date: Thu, 16 Mar 2000 03:14:03 +0000 (+0000) Subject: share some thoughts X-Git-Tag: PHP-4.0-RC1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=033209b061d4e6bb6147617549a8a5fc08581e77;p=php share some thoughts --- 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