We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41cbd2 commit 0b754fcCopy full SHA for 0b754fc
ext/zlib/tests/gzcompress_basic1.phpt
@@ -2,6 +2,8 @@
2
Test gzcompress() function : basic functionality
3
--EXTENSIONS--
4
zlib
5
+--SKIPIF--
6
+<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
7
--FILE--
8
<?php
9
/*
ext/zlib/tests/gzdeflate_basic1.phpt
Test gzdeflate() function : basic functionality
ext/zlib/tests/gzencode_basic1.phpt
Test gzencode() function : basic functionality
0 commit comments