mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
MFB: revert removal of openssl check, was confusion on my part
This commit is contained in:
@@ -5,6 +5,7 @@ Phar::getSupportedSignatures()
|
||||
if (!extension_loaded("phar")) die("skip");
|
||||
if (!extension_loaded("hash")) die("skip extension hash required");
|
||||
$arr = Phar::getSupportedSignatures();
|
||||
if (in_array("OpenSSL", $arr)) die("skip openssl support enabled");
|
||||
if (!in_array('SHA-256', $arr)) die("skip hash extension loaded shared");
|
||||
?>
|
||||
--INI--
|
||||
|
||||
Reference in New Issue
Block a user