summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-06-13 17:47:05 +0000
committerAndrei Zmievski <andrei@php.net>2000-06-13 17:47:05 +0000
commit307a234879aad2f47e00e158f9a424b9531c5879 (patch)
treece03739f95e81b268fc8e0d77a912f0ccf315387 /TODO
parent3ce3e9ba274cd38458c895dd7007ba15fef7fbd0 (diff)
downloadphp-git-307a234879aad2f47e00e158f9a424b9531c5879.tar.gz
array_uniq() has been implemented by someone else.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8afd0b51c0..7672b4341c 100644
--- a/TODO
+++ b/TODO
@@ -71,7 +71,7 @@ ext/session
ext/standard
------------
* add a version number to data serialized via serialize().
- * array_add(), array_uniq(). (Andrei)
+ * array_add(). (Andrei)
* implement pathinfo()
$a = pathinfo("/some/file.bla");