From: Markus Fischer Date: Tue, 11 Jun 2002 21:06:38 +0000 (+0000) Subject: - Add some recent observations with bz2. X-Git-Tag: php5_5_0~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=137a29008680ee73e324c263cb7c31bc0322a05f;p=php - Add some recent observations with bz2. --- 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.