summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-02-26 16:14:34 +0000
committerAndrei Zmievski <andrei@php.net>2000-02-26 16:14:34 +0000
commit051a30bc65cab5cb5049393baf04aaab6ee6e65c (patch)
tree7008435cda52536f9114b264a409a064f46355af
parent1bcdcebe6715aec029b43feb41d4a9dc4e3ad292 (diff)
downloadphp-git-051a30bc65cab5cb5049393baf04aaab6ee6e65c.tar.gz
Add a couple of entries.
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 084e156f70..bfb4852d5f 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ parenthesis means that person has taken on this project.
Zend
----
* allow foreach ($array as $k => &$val) syntax. right now we can not
- traverse an array without copying each element.
+ traverse an array without copying each element.
global
------
@@ -39,7 +39,7 @@ documentation
ext/wddx
--------
- * implement wddx_packet_as_javascript(). (Andrei)
+ * implement wddx_packet_as_javascript(). (Andrei)
ext/oci8
--------
@@ -47,6 +47,7 @@ ext/oci8
ext/standard
------------
+ * array_add(), array_rand() (Andrei)
* implement pathinfo()
* possibly modify parsing of GPC data to automatically create arrays if
variable name is seen more than once.