diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-10-15 07:13:53 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-10-15 07:13:53 +0200 |
commit | 4f1274c59be613373c5b017f67791f5b01a1c55b (patch) | |
tree | de11063b6e45a56ae458d34ab803c07f423d5ab5 /ext/zlib | |
parent | b10082f942fac3ac22e30c53ace33ddd1f35909a (diff) | |
download | php-git-4f1274c59be613373c5b017f67791f5b01a1c55b.tar.gz |
Remove value from --CGI-- section
The `--CGI--` section takes no value and is enabled as empty already.
Diffstat (limited to 'ext/zlib')
-rw-r--r-- | ext/zlib/tests/bug60761.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zlib/tests/bug60761.phpt b/ext/zlib/tests/bug60761.phpt index 3e14bc2cdb..04763be504 100644 --- a/ext/zlib/tests/bug60761.phpt +++ b/ext/zlib/tests/bug60761.phpt @@ -3,7 +3,6 @@ checks zlib compression output size is always the same --SKIPIF-- <?php if (!extension_loaded("zlib")) print "skip"; ?> --CGI-- -1 --FILE-- <?php |