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 93001dc commit 430f436Copy full SHA for 430f436
src/SPC/builder/macos/MacOSBuilder.php
@@ -98,7 +98,6 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
98
$this->emitPatchPoint('before-php-configure');
99
SourcePatcher::patchBeforeConfigure($this);
100
101
- $phpVersionID = $this->getPHPVersionID();
102
$json_74 = $this->getPHPVersionID() < 80000 ? '--enable-json ' : '';
103
$zts = $this->getOption('enable-zts', false) ? '--enable-zts --disable-zend-signals ' : '';
104
0 commit comments