diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-30 16:15:19 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-30 16:15:19 +0000 |
commit | 8c538c904fcd2157ec0a0821a8acb6d6bb8050ae (patch) | |
tree | 8cc924cc49bc0163fed672da17e5fada561b965c /TODO | |
parent | 814f793035ee91abf55e91d6b5108f86551e2ffd (diff) | |
download | php-git-8c538c904fcd2157ec0a0821a8acb6d6bb8050ae.tar.gz |
Refined the bz2 section as per Sascha's suggestion
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -75,11 +75,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 -------- |