We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5128fb commit 6c0a33fCopy full SHA for 6c0a33f
ext/sodium/tests/bug78516.phpt
@@ -3,6 +3,7 @@ Bug #78516 (password_hash(): Memory cost is not in allowed range)
3
--SKIPIF--
4
<?php
5
if (!extension_loaded('sodium')) die('skip sodium extension not available');
6
+if (!defined('PASSWORD_ARGON2ID')) die('skip PASSWORD_ARGON2ID not available');
7
?>
8
--FILE--
9
0 commit comments