mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
Revert corrupted revert
This commit is contained in:
@@ -98,7 +98,8 @@ class MacOSBuilder extends UnixBuilderBase
|
|||||||
$this->emitPatchPoint('before-php-configure');
|
$this->emitPatchPoint('before-php-configure');
|
||||||
SourcePatcher::patchBeforeConfigure($this);
|
SourcePatcher::patchBeforeConfigure($this);
|
||||||
|
|
||||||
$json_74 = $this->getPHPVersionID() < 80000 ? '--enable-json ' : '';
|
$phpVersionID = $this->getPHPVersionID();
|
||||||
|
$json_74 = $phpVersionID < 80000 ? '--enable-json ' : '';
|
||||||
$zts = $this->getOption('enable-zts', false) ? '--enable-zts --disable-zend-signals ' : '';
|
$zts = $this->getOption('enable-zts', false) ? '--enable-zts --disable-zend-signals ' : '';
|
||||||
|
|
||||||
$opcache_jit = !$this->getOption('disable-opcache-jit', false);
|
$opcache_jit = !$this->getOption('disable-opcache-jit', false);
|
||||||
|
|||||||
Reference in New Issue
Block a user