summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-09-07 02:33:12 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-09-07 02:33:12 +0000
commitcaa9702a5a45b09c648a26e8651c5e0799e08acd (patch)
treeaa2e5c96e97258904cea01380ea7662cf656ac2a
parenta022e10c2d907be7112cebb6764e129691ee7317 (diff)
downloadphp-git-caa9702a5a45b09c648a26e8651c5e0799e08acd.tar.gz
Updated TODO
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index 2adea19447..d1f34dd941 100644
--- a/TODO
+++ b/TODO
@@ -64,14 +64,6 @@ documentation
* Add developer documentation.
* Add detailed documentation for Java extension.
-ext/bz2
--------
- * 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
- settings for the various SAPI modules (e.g. apache and cli).
-
ext/curl
--------
* Have a warning scheme for when people use unsupported features.