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 2d6d25c commit 93001dcCopy full SHA for 93001dc
src/SPC/builder/macos/MacOSBuilder.php
@@ -99,7 +99,7 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
99
SourcePatcher::patchBeforeConfigure($this);
100
101
$phpVersionID = $this->getPHPVersionID();
102
- $json_74 = $phpVersionID < 80000 ? '--enable-json ' : '';
+ $json_74 = $this->getPHPVersionID() < 80000 ? '--enable-json ' : '';
103
$zts = $this->getOption('enable-zts', false) ? '--enable-zts --disable-zend-signals ' : '';
104
105
$opcache_jit = !$this->getOption('disable-opcache-jit', false);
0 commit comments