We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8f8d4 commit cd3eb3dCopy full SHA for cd3eb3d
1 file changed
src/globals/ext-tests/openssl.php
@@ -31,6 +31,6 @@
31
}
32
assert($valid);
33
34
-if (PHP_VERSION_ID >= 80500 && !PHP_ZTS && defined('OPENSSL_VERSION_NUMBER') && OPENSSL_VERSION_NUMBER >= 0x30200000) {
+if (PHP_VERSION_ID >= 80500 && (!PHP_ZTS || PHP_OS_FAMILY !== 'Windows') && defined('OPENSSL_VERSION_NUMBER') && OPENSSL_VERSION_NUMBER >= 0x30200000) {
35
assert(function_exists('openssl_password_hash'));
36
0 commit comments