mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Add some recent observations with bz2.
This commit is contained in:
parent
4290da23d0
commit
137a290086
1 changed files with 8 additions and 0 deletions
8
TODO
8
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue