summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-06-11 21:06:38 +0000
committerMarkus Fischer <mfischer@php.net>2002-06-11 21:06:38 +0000
commit137a29008680ee73e324c263cb7c31bc0322a05f (patch)
tree32680612fbbde57886e486a7ed919e8228be6990 /TODO
parent4290da23d008b981481d9afd34ee63af9573ee90 (diff)
downloadphp-git-137a29008680ee73e324c263cb7c31bc0322a05f.tar.gz
- Add some recent observations with bz2.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 989491ecdd..47ba9ededb 100644
--- a/TODO
+++ b/TODO
@@ -81,6 +81,14 @@ documentation
* Add developer documentation.
* Add detailed documentation for Java extension.
+ext/bz2
+-------
+ * Add ini setting for decompression buffer size. The default 4k is to small
+ for big files and takes ages to decompress. However, 40k which perform
+ quite good with big files may be to much under certain environments as
+ default setting. There should be consideren different default sizes for
+ different SAPIS (e.g. apache and cli).
+
ext/curl
--------
* Have a warning scheme for when people use unsupported features.