php-src/ext/zlib
Wez Furlong 30f9c47d61 Fix for 19906.
gzeof has different semantics from feof, in that gzeof will return true
if the read position is at EOF, even if the most recent read was 100%
successful.
feof will return true only (usually) if the most recent fread failed.
2002-10-15 16:01:00 +00:00
..
tests (PHP gzencode) Reimplementation of gzencode(). Now works as documented 2002-03-12 13:23:58 +00:00
config0.m4 Make zlib-dir actually mean something during the check 2002-10-07 22:27:50 +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 Fix for 19906. 2002-10-15 16:01:00 +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 Move wrong output buffer usage check to ob_gzhandler init. 2002-10-03 03:58:12 +00:00
zlib.dsp Fix gzip/bz2 builds for Windows 2002-04-05 11:51:43 +00:00