summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-05-09 19:27:00 +0000
committerAndrei Zmievski <andrei@php.net>2000-05-09 19:27:00 +0000
commitfdbea075fa4c44556249608373f69fd28167861e (patch)
tree302cc822d78e71ce9449187ec9b49f89fb195507 /TODO
parent30da5fd8fcfd0446f3b7c3a63fc7319b65d65d62 (diff)
downloadphp-git-fdbea075fa4c44556249608373f69fd28167861e.tar.gz
@- Added array_rand() function. (Andrei)
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index ba6e4924b5..45c6c72418 100644
--- a/TODO
+++ b/TODO
@@ -63,7 +63,7 @@ ext/pcre
ext/standard
------------
* add a version number to data serialized via serialize().
- * array_add(), array_rand(), array_uniq(). (Andrei)
+ * array_add(), array_uniq(). (Andrei)
* implement pathinfo() (what the heck is it?)
* possibly modify parsing of GPC data to automatically create arrays if
variable name is seen more than once.