mirror of
https://github.com/php/php-src.git
synced 2024-12-15 12:54:57 +08:00
- Wrong SKIPIF message
This commit is contained in:
parent
f2d0da3c29
commit
019c586191
@ -3,7 +3,7 @@ Phar::getSupportedSignatures()
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("phar")) die("skip"); ?>
|
||||
<?php if (!extension_loaded("hash")) die("skip extension hash required"); ?>
|
||||
<?php if (!extension_loaded("openssl")) die("skip extension openssl loaded"); ?>
|
||||
<?php if (!extension_loaded("openssl")) die("skip extension openssl required"); ?>
|
||||
--INI--
|
||||
phar.require_hash=0
|
||||
phar.readonly=0
|
||||
|
Loading…
Reference in New Issue
Block a user