mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
- Added an extra skipif for zlib
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Bug #49910: no support for ././@LongLink for long filenames in phar tar support
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("phar")) die("skip"); ?>
|
||||
<?php if (!extension_loaded("zlib")) die("skip"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
$fname = str_replace('\\', '/', dirname(__FILE__) . '/files/Structures_Graph-1.0.3.tgz');
|
||||
@@ -46,4 +47,4 @@ Array
|
||||
[27] => phar://*/Structures_Graph-1.0.3/tests/testCase/BasicGraph.php
|
||||
[28] => phar://*/package.xml
|
||||
)
|
||||
===DONE===
|
||||
===DONE===
|
||||
|
||||
Reference in New Issue
Block a user