We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb68c5 commit 1c94632Copy full SHA for 1c94632
1 file changed
ext/openssl/tests/openssl_password.phpt
@@ -5,7 +5,10 @@ openssl
5
--SKIPIF--
6
<?php
7
if (!function_exists('openssl_password_hash')) {
8
- echo "skip - No openssl_password_hash";
+ die("skip No openssl_password_hash");
9
+}
10
+if (!defined('PASSWORD_ARGON2_PROVIDER')) {
11
+ die("skip No openssl argon2 support");
12
}
13
?>
14
--FILE--
0 commit comments