summaryrefslogtreecommitdiff
path: root/ext/zlib/tests
Commit message (Collapse)AuthorAgeFilesLines
* add missing skipif tagAntony Dovgal2005-12-251-0/+2
|
* MFH (r-1.2) Sync tests with new defaultsSara Golemon2005-11-242-2/+2
|
* - MFH: fix bug #34821 zlib encoders fail on widely varying binary data on ↵Michael Wallner2005-10-251-0/+41
| | | | windows
* Fixed tests to work with ZTS buildsIlia Alshanetsky2005-10-201-1/+3
|
* nuking that file was not very good idea :)foobar2005-04-271-2/+2
|
* - Added test: For some reason this fails with ZTS mode and ↵foobar2005-04-251-0/+17
| | | | "outside-src-tree-build"
* Add zlib stream filter supportSara Golemon2004-07-172-0/+34
|
* - Remove unused blocksMarcus Boerger2004-05-196-12/+0
|
* Code cleanup:Stefan Roehrich2003-09-063-5/+106
| | | | | | | | Fixed ob_gzhandler with register_long_arrays = On. Unified compression_coding global var (removed ob_gzip_coding). Switched to zend_parse_parameters(). Added some tests.
* MFB: zlib stream testsWez Furlong2002-12-092-0/+80
|
* (PHP gzencode) Reimplementation of gzencode(). Now works as documentedStefan Roehrich2002-03-121-2/+2
| | | | | | | | | | | (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.
* (PHP gzinflate) Workaround for bug #14939 (buffer error in gzinflate()).Stefan Roehrich2002-03-121-0/+9
| | | | | | | | | | | Fixed prototype and added test for #14939. # We have extra \0 if the input comes directly from gzdeflate() # so give one extra byte as length to workaround behaviour of zlib. # I want to avoid copying the input, but if there are problems, # please tell (see my message <20020310175611.GA4472@stefan.roehri.ch> to # php-dev).
* change test-nameThies C. Arntzen2001-07-131-1/+1
|
* make sure all string from zlib are \0 terminated.Thies C. Arntzen2001-07-133-0/+50
change one realloc to erealloc (though this code is never reached IMHO) add regression tests