Skip to content

Commit 2c5cf07

Browse files
committed
cs fix, fix file name
1 parent cace504 commit 2c5cf07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SPC/builder/extension/openssl.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class openssl extends Extension
1414
public function patchBeforeBuildconf(): bool
1515
{
1616
// Fix php 8.5 alpha1~4 zts openssl build bug
17-
FileSystem::replaceFileStr(SOURCE_PATH . '/php-src/ext/openssl/config.m4',
17+
FileSystem::replaceFileStr(
18+
SOURCE_PATH . '/php-src/ext/openssl/config.w32',
1819
'WARNING("OpenSSL argon2 hashing not supported in ZTS mode for now");',
1920
'AC_DEFINE("HAVE_OPENSSL_ARGON2", 1, "Define to 1 to enable OpenSSL argon2 password hashing.");'
2021
);

0 commit comments

Comments
 (0)