We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99ca63 commit 5518e0eCopy full SHA for 5518e0e
ext/openssl/config.w32
@@ -16,9 +16,7 @@ if (PHP_OPENSSL != "no") {
16
AC_DEFINE("LOAD_OPENSSL_LEGACY_PROVIDER", 1, "Define to 1 to load the OpenSSL legacy algorithm provider in addition to the default provider.");
17
}
18
if (PHP_OPENSSL_ARGON2 != "no") {
19
- if (PHP_ZTS != "no") {
20
- WARNING("OpenSSL argon2 hashing not supported in ZTS mode for now");
21
- } else if (!GREP_HEADER("openssl/thread.h", "OSSL_set_max_threads", PHP_PHP_BUILD + "\\include")) {
+ if (!GREP_HEADER("openssl/thread.h", "OSSL_set_max_threads", PHP_PHP_BUILD + "\\include")) {
22
WARNING("OpenSSL argon2 hashing requires OpenSSL >= 3.2");
23
} else {
24
AC_DEFINE("HAVE_OPENSSL_ARGON2", 1, "Define to 1 to enable OpenSSL argon2 password hashing.");
0 commit comments