diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-09-07 02:33:12 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-09-07 02:33:12 +0000 |
commit | caa9702a5a45b09c648a26e8651c5e0799e08acd (patch) | |
tree | aa2e5c96e97258904cea01380ea7662cf656ac2a | |
parent | a022e10c2d907be7112cebb6764e129691ee7317 (diff) | |
download | php-git-caa9702a5a45b09c648a26e8651c5e0799e08acd.tar.gz |
Updated TODO
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -64,14 +64,6 @@ documentation * Add developer documentation. * Add detailed documentation for Java extension. -ext/bz2 -------- - * 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 - settings for the various SAPI modules (e.g. apache and cli). - ext/curl -------- * Have a warning scheme for when people use unsupported features. |