mirror of
https://github.com/php/php-src.git
synced 2024-12-15 21:05:51 +08:00
add missing --INI-- section
This commit is contained in:
parent
10d023be20
commit
4bd8bacde7
@ -4,6 +4,8 @@ Phar: test nested linked files
|
||||
<?php
|
||||
if (!extension_loaded("phar")) die("skip");
|
||||
?>
|
||||
--INI--
|
||||
phar.require_hash=0
|
||||
--FILE--
|
||||
<?php
|
||||
echo file_get_contents('phar://' . dirname(__FILE__) . '/files/links.phar.tar/link2');
|
||||
|
Loading…
Reference in New Issue
Block a user