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 cace504 commit 2c5cf07Copy full SHA for 2c5cf07
src/SPC/builder/extension/openssl.php
@@ -14,7 +14,8 @@ class openssl extends Extension
14
public function patchBeforeBuildconf(): bool
15
{
16
// Fix php 8.5 alpha1~4 zts openssl build bug
17
- FileSystem::replaceFileStr(SOURCE_PATH . '/php-src/ext/openssl/config.m4',
+ FileSystem::replaceFileStr(
18
+ SOURCE_PATH . '/php-src/ext/openssl/config.w32',
19
'WARNING("OpenSSL argon2 hashing not supported in ZTS mode for now");',
20
'AC_DEFINE("HAVE_OPENSSL_ARGON2", 1, "Define to 1 to enable OpenSSL argon2 password hashing.");'
21
);
0 commit comments