mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
cs fix, fix file name
This commit is contained in:
parent
cace504a63
commit
2c5cf07e9c
@ -14,7 +14,8 @@ class openssl extends Extension
|
|||||||
public function patchBeforeBuildconf(): bool
|
public function patchBeforeBuildconf(): bool
|
||||||
{
|
{
|
||||||
// Fix php 8.5 alpha1~4 zts openssl build bug
|
// Fix php 8.5 alpha1~4 zts openssl build bug
|
||||||
FileSystem::replaceFileStr(SOURCE_PATH . '/php-src/ext/openssl/config.m4',
|
FileSystem::replaceFileStr(
|
||||||
|
SOURCE_PATH . '/php-src/ext/openssl/config.w32',
|
||||||
'WARNING("OpenSSL argon2 hashing not supported in ZTS mode for now");',
|
'WARNING("OpenSSL argon2 hashing not supported in ZTS mode for now");',
|
||||||
'AC_DEFINE("HAVE_OPENSSL_ARGON2", 1, "Define to 1 to enable OpenSSL argon2 password hashing.");'
|
'AC_DEFINE("HAVE_OPENSSL_ARGON2", 1, "Define to 1 to enable OpenSSL argon2 password hashing.");'
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user