summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-06-04 13:13:08 +0000
committerAndrei Zmievski <andrei@php.net>2001-06-04 13:13:08 +0000
commit49519caa93e7ff88cb662593ef186164620ecbba (patch)
tree0c2bbd23a29a00432b45b336eeee5c591a1171d1
parentd1a382a1e82753cd05bf3430cd7113ccfb1052cc (diff)
downloadphp-git-49519caa93e7ff88cb662593ef186164620ecbba.tar.gz
*** empty log message ***
-rw-r--r--TODO-4.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO-4.2.txt b/TODO-4.2.txt
index e3d7252f98..f128d918e8 100644
--- a/TODO-4.2.txt
+++ b/TODO-4.2.txt
@@ -27,3 +27,6 @@
socket support. (wez)
- ext/ftp/ -> all FILEs to streams
- ext/bz2/ -> convert to stream impl.
+
+* Using arg_separator.input to implode args in the CGI sapi extension
+ and arg_separator.input to explode in php_build_argv().