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