]> granicus.if.org Git - php/commitdiff
MFH(r-1.152): refined the bz2 section as per Sascha's suggestion
authorMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 30 May 2003 16:15:38 +0000 (16:15 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 30 May 2003 16:15:38 +0000 (16:15 +0000)
TODO

diff --git a/TODO b/TODO
index ad62980e7010839b9b0cce01f9000a77c821f97d..392aee0c49a0aee23d8d648b03650d5423cc4f28 100644 (file)
--- a/TODO
+++ b/TODO
@@ -80,11 +80,11 @@ documentation
 
 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 considered different default sizes for
-      different SAPIS (e.g. apache and cli).
+    * Add an ini setting 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
 --------