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 f187250 commit 866ca26Copy full SHA for 866ca26
src/SPC/builder/extension/opcache.php
@@ -52,6 +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' &&
56
$phpVersionID < 80500) ||
57
$this->builder->getOption('disable-opcache-jit')
58
) {
0 commit comments