We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4290da2 commit 137a290Copy full SHA for 137a290
TODO
@@ -81,6 +81,14 @@ documentation
81
* Add developer documentation.
82
* Add detailed documentation for Java extension.
83
84
+ext/bz2
85
+-------
86
+ * Add ini setting for decompression buffer size. The default 4k is to small
87
+ for big files and takes ages to decompress. However, 40k which perform
88
+ quite good with big files may be to much under certain environments as
89
+ default setting. There should be consideren different default sizes for
90
+ different SAPIS (e.g. apache and cli).
91
+
92
ext/curl
93
--------
94
* Have a warning scheme for when people use unsupported features.
0 commit comments