mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Added missing skipif for phar+zlib test
This commit is contained in:
parent
00eebd7a47
commit
9d816f1bcf
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue