From 620683792942d458df0a2a09aff2f163074f77ae Mon Sep 17 00:00:00 2001 From: Stefan Roehrich Date: Sat, 6 Sep 2003 15:31:35 +0000 Subject: Code cleanup: 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. --- ext/zlib/tests/002.phpt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'ext/zlib/tests/002.phpt') diff --git a/ext/zlib/tests/002.phpt b/ext/zlib/tests/002.phpt index 24ad827e32..5921ffeee2 100644 --- a/ext/zlib/tests/002.phpt +++ b/ext/zlib/tests/002.phpt @@ -5,13 +5,22 @@ gzcompress()/gzuncompress() --POST-- --GET-- --FILE-- - --EXPECT-- 106 36864 Strings are equal +106 36864 +Strings are equal -- cgit v1.2.1