We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866ca26 commit 39a9840Copy full SHA for 39a9840
src/SPC/builder/extension/opcache.php
@@ -52,7 +52,7 @@ public function getUnixConfigureArg(bool $shared = false): string
52
if ((SPCTarget::getTargetOS() === 'Linux' &&
53
SPCTarget::getLibc() === 'musl' &&
54
$this->builder->getOption('enable-zts') &&
55
- GNU_ARCH === 'x86_64' &&
+ arch2gnu(php_uname('m')) === 'x86_64' &&
56
$phpVersionID < 80500) ||
57
$this->builder->getOption('disable-opcache-jit')
58
) {
0 commit comments