diff options
| -rw-r--r-- | ext/phar/tests/phar_setsignaturealgo1.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/phar/tests/phar_setsignaturealgo1.phpt b/ext/phar/tests/phar_setsignaturealgo1.phpt index edc032e7be..eacee7bb80 100644 --- a/ext/phar/tests/phar_setsignaturealgo1.phpt +++ b/ext/phar/tests/phar_setsignaturealgo1.phpt @@ -3,6 +3,7 @@ Phar::setSignatureAlgorithm() --SKIPIF-- <?php if (!extension_loaded("phar")) die("skip"); ?> <?php if ( extension_loaded("hash")) die("skip extension hash conflicts"); ?> +<?php if (!defined("Phar::PGP")) die("skip PGP Signature algorithm not available"); ?> --INI-- phar.require_hash=0 phar.readonly=0 |
