php-src/ext/zlib/tests
Stefan Roehrich edcb5813db (PHP gzencode) Reimplementation of gzencode(). Now works as documented
(gzencode(string data [, int level [, int encoding_mode]])),
               should fix #15930.
@- The second parameter of gzencode() now is the compression level like
@  in the documentation. The encoding mode is a third (optional) parameter.
# Rework of gzencode(), output should be closer to real gzip output.
# I think in the old version there could be some problems with
# this function and output compression, should be fixed, too.
2002-03-12 13:23:58 +00:00
..
001.phpt (PHP gzinflate) Workaround for bug #14939 (buffer error in gzinflate()). 2002-03-12 13:06:40 +00:00
002.phpt make sure all string from zlib are \0 terminated. 2001-07-13 15:48:37 +00:00
003.phpt (PHP gzencode) Reimplementation of gzencode(). Now works as documented 2002-03-12 13:23:58 +00:00