php-src/ext/zlib
Wez Furlong 4356932dfe Fix infinite recursion bug when using zlib output compression.
Cause: the chunk size is taken from the zlib.output_compression setting,
which is 0 or 1.  This causes the block_size for output buffer to be set
to 0 (1 / 2) and thus causes infinite recursion in php_ob_allocate().
Solution: use a value of 0 for the chunk size which will use the default
sizes.  Also add a sanity check which will default the block_size to 1
if it ends up as 0.
2002-09-30 10:18:06 +00:00
..
tests (PHP gzencode) Reimplementation of gzencode(). Now works as documented 2002-03-12 13:23:58 +00:00
config0.m4 @- Added --disable-all configure option. (Jani) 2002-09-04 18:47:28 +00:00
CREDITS Send Content-Length if we're sending just one chunk 2001-08-16 23:34:25 +00:00
php_zlib.h Improved handling of output buffers (see news)\n#No trim for the string parameter... 2002-08-09 22:29:58 +00:00
zlib_fopen_wrapper.c Rename file_get_wrapper_data -> file_get_meta_data. 2002-09-26 10:14:41 +00:00
zlib_win32_howto.txt Adding a short WIN32_HOWTO and moving library and header files to php_build 2000-04-21 12:21:47 +00:00
zlib.c Fix infinite recursion bug when using zlib output compression. 2002-09-30 10:18:06 +00:00
zlib.dsp Fix gzip/bz2 builds for Windows 2002-04-05 11:51:43 +00:00