summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-04-26 00:29:59 +0000
committerAndrei Zmievski <andrei@php.net>2000-04-26 00:29:59 +0000
commit5c5ec8829229f89a31a68adbd8e8a44d144a09b2 (patch)
tree5f040d8d3bc171845422b468347e40b09a69161d /TODO
parent94a724f68625c7b4c1cc83e9b6fdf98060eace34 (diff)
downloadphp-git-5c5ec8829229f89a31a68adbd8e8a44d144a09b2.tar.gz
@Added substr_count() from Peter Kovacs. (Andrei)
# also some todo stuff
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 22cf796612..97fe1228c7 100644
--- a/TODO
+++ b/TODO
@@ -31,6 +31,8 @@ global
* find a better way to implement script timeouts. SIGVTALRM is used
by some POSIX threads implementations (i.e. OpenBSD) and is not
available in ZTS mode.
+ * add aliases to functions to conform to new naming conventions, e.g.
+ str_to_upper().
documentation
-------------