Skip to content

Commit 9d816f1

Browse files
committed
Added missing skipif for phar+zlib test
1 parent 00eebd7 commit 9d816f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/phar/tests/bug70019.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #70019 Files extracted from archive may be placed outside of destination directory
3+
--SKIPIF--
4+
<?php if (!extension_loaded("phar") || !extension_loaded('zlib')) die("skip"); ?>
35
--FILE--
46
<?php
57
$dir = __DIR__."/bug70019";

0 commit comments

Comments
 (0)