Added missing skipif for phar+zlib test

This commit is contained in:
Matteo Beccati 2015-08-29 10:41:31 +02:00
parent 00eebd7a47
commit 9d816f1bcf

View file

@ -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";