Update src/SPC/builder/macos/MacOSBuilder.php

Co-authored-by: Marc <m@pyc.ac>
This commit is contained in:
Jerry Ma 2025-08-03 22:48:09 +08:00 committed by GitHub
parent 93001dce88
commit 430f436b79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,6 @@ class MacOSBuilder extends UnixBuilderBase
$this->emitPatchPoint('before-php-configure');
SourcePatcher::patchBeforeConfigure($this);
$phpVersionID = $this->getPHPVersionID();
$json_74 = $this->getPHPVersionID() < 80000 ? '--enable-json ' : '';
$zts = $this->getOption('enable-zts', false) ? '--enable-zts --disable-zend-signals ' : '';