mirror of
https://github.com/php/php-src.git
synced 2025-01-24 04:33:39 +08:00
using PWD which is supported by run-tests.php, rather than $cwd
This commit is contained in:
parent
d88a9a3f80
commit
8533e37d0c
@ -6,7 +6,7 @@ if (!extension_loaded("phar")) die("skip");
|
||||
if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");
|
||||
?>
|
||||
--INI--
|
||||
phar.cache_list={$cwd}/files/nophar.phar
|
||||
phar.cache_list={PWD}/files/nophar.phar
|
||||
--FILE--
|
||||
<?php
|
||||
$pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
|
||||
|
@ -6,7 +6,7 @@ if (!extension_loaded("phar")) die("skip");
|
||||
if (version_compare(PHP_VERSION, "6.0", "<")) die("skip Unicode support required");
|
||||
?>
|
||||
--INI--
|
||||
phar.cache_list={$cwd}/files/nophar.phar
|
||||
phar.cache_list={PWD}/files/nophar.phar
|
||||
--FILE--
|
||||
<?php
|
||||
$pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
|
||||
|
Loading…
Reference in New Issue
Block a user