diff options
author | Andrei Zmievski <andrei@php.net> | 2001-02-08 19:11:47 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-02-08 19:11:47 +0000 |
commit | 6b0d9e19e183c688f857a5405ed7d06c197c2c02 (patch) | |
tree | a2635c53298202cf066660076e9053c0284dae2d /TODO | |
parent | 9db16758b3456ee8eb84da4daf3835cec1d7dc55 (diff) | |
download | php-git-6b0d9e19e183c688f857a5405ed7d06c197c2c02.tar.gz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ ext/standard * possibly modify parsing of GPC data to automatically create arrays if variable name is seen more than once. * implement regex-cache for url-functions. - * strcase_replace(). (Andrei) + * stri_replace(). (Andrei) * move socket related functions to fsock.c. * NOT binary safe: strtok() |