diff options
| author | Matteo Beccati <mbeccati@php.net> | 2015-08-29 10:41:31 +0200 |
|---|---|---|
| committer | Matteo Beccati <mbeccati@php.net> | 2015-08-29 10:47:02 +0200 |
| commit | 9d816f1bcf973e5e68f080f185616facb53ac23f (patch) | |
| tree | 7f9097b1ea6a9c275eee1b9cff72fb5f6a5e0ed5 /ext | |
| parent | 00eebd7a477f8076a5fbb4712f380c8214952bdf (diff) | |
| download | php-git-9d816f1bcf973e5e68f080f185616facb53ac23f.tar.gz | |
Added missing skipif for phar+zlib test
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/phar/tests/bug70019.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/phar/tests/bug70019.phpt b/ext/phar/tests/bug70019.phpt index d7976a180d..85bf1780aa 100644 --- a/ext/phar/tests/bug70019.phpt +++ b/ext/phar/tests/bug70019.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #70019 Files extracted from archive may be placed outside of destination directory +--SKIPIF-- +<?php if (!extension_loaded("phar") || !extension_loaded('zlib')) die("skip"); ?> --FILE-- <?php $dir = __DIR__."/bug70019"; |
