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 c5316f9 commit 044275dCopy full SHA for 044275d
src/SPC/builder/linux/LinuxBuilder.php
@@ -122,7 +122,7 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
122
$json_74 .
123
$zts .
124
$maxExecutionTimers .
125
- (!$has_avx512 ? 'php_cv_have_avx512=no php_cv_have_avx512vbmi ' : '') .
+ (!$has_avx512 ? 'php_cv_have_avx512=no php_cv_have_avx512vbmi=no ' : '') .
126
$this->makeStaticExtensionArgs() . ' '
127
));
128
0 commit comments