mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
only disable it for x86_64
This commit is contained in:
parent
f18725083a
commit
866ca264d9
@ -52,6 +52,7 @@ class opcache extends Extension
|
||||
if ((SPCTarget::getTargetOS() === 'Linux' &&
|
||||
SPCTarget::getLibc() === 'musl' &&
|
||||
$this->builder->getOption('enable-zts') &&
|
||||
GNU_ARCH === 'x86_64' &&
|
||||
$phpVersionID < 80500) ||
|
||||
$this->builder->getOption('disable-opcache-jit')
|
||||
) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user