diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-30 22:33:43 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-30 22:33:43 +0000 |
commit | 24a42bb76186dca864084bc5097f18e9475965dd (patch) | |
tree | b64e2787ebc54d8b05f09f7f2205de474bd5114d | |
parent | 4168763049a7f3276feb7d644e0cca4adf2c92c1 (diff) | |
download | php-git-24a42bb76186dca864084bc5097f18e9475965dd.tar.gz |
Sync with head (r-1.153)
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,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 |