summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-05-30 22:32:37 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-05-30 22:32:37 +0000
commit6d9f8632a56123340952e4b6847276a83420b703 (patch)
tree165455a7d7df317fa60f4eb5752c3666c9d9a6fe /TODO
parentaa50e817ae6a83b8c41d53e7490c593595749c36 (diff)
downloadphp-git-6d9f8632a56123340952e4b6847276a83420b703.tar.gz
done.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index e96807df06..98dd3e3618 100644
--- a/TODO
+++ b/TODO
@@ -27,8 +27,6 @@ global
* on some platforms unimplemented function will just do nothing
(e.g. symlink) they should print a warning or not even be defined!
(DONE ?)
- * Use arg_separator.input to implode args in the CGI sapi extension
- and arg_separator.input to explode in php_build_argv(). (DONE?)
* --enable-all in configure. (--enable-shared=max ...)
* make configure print out a summary when it's done (like XEmacs)
* replace standard functions which work on static data with
@@ -75,7 +73,7 @@ documentation
ext/bz2
-------
- * Add an ini setting to specify the size of decompression buffer.
+ * Add an ini directive to specify the size of decompression buffer.
The default 4k is too small for large files and also requires much time
for decompression. 40k is suitable for such files, however it may be too
much under certain environments. There should be appropriate default