mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +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;
|
$args = '--with-openssl=' . ($shared ? 'shared,' : '') . BUILD_ROOT_PATH . $openssl_dir;
|
||||||
if ($this->builder->getPHPVersionID() >= 80500 || !$this->builder->getOption('enable-zts')) {
|
if ($this->builder->getPHPVersionID() >= 80500 || !$this->builder->getOption('enable-zts')) {
|
||||||
$args .= ' --with-openssl-argon2 OPENSSL_LIBS="-lz"';
|
$args .= ' --with-openssl-argon2 OPENSSL_LIBS="-lz"';
|
||||||
} else {
|
|
||||||
$args .= ' --without-openssl-argon2';
|
|
||||||
}
|
}
|
||||||
return $args;
|
return $args;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user