1
0
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:
David Coallier
2009-11-12 17:45:08 +00:00
parent afb52093d9
commit 4603dddae6

View File

@@ -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===