mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Revert
This commit is contained in:
parent
81e7a0c554
commit
4fb4e42896
@ -30,8 +30,6 @@ class openssl extends Extension
|
||||
$args = '--with-openssl=' . ($shared ? 'shared,' : '') . BUILD_ROOT_PATH . $openssl_dir;
|
||||
if ($this->builder->getPHPVersionID() >= 80500 || !$this->builder->getOption('enable-zts')) {
|
||||
$args .= ' --with-openssl-argon2 OPENSSL_LIBS="-lz"';
|
||||
} else {
|
||||
$args .= ' --without-openssl-argon2';
|
||||
}
|
||||
return $args;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user