mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 07:45:39 +08:00
lint
This commit is contained in:
@@ -15,7 +15,6 @@ use SPC\toolchain\ToolchainManager;
|
||||
use SPC\toolchain\ZigToolchain;
|
||||
use SPC\util\GlobalEnvManager;
|
||||
use SPC\util\SPCConfigUtil;
|
||||
use SPC\util\SPCTarget;
|
||||
|
||||
class Extension
|
||||
{
|
||||
|
||||
@@ -136,11 +136,11 @@ class LinuxBuilder extends UnixBuilderBase
|
||||
$pgo = PgoManager::active();
|
||||
$needsClean = false;
|
||||
$sapiBuilds = [
|
||||
['cli', $enableCli, true, fn () => $this->buildCli()],
|
||||
['fpm', $enableFpm, true, fn () => $this->buildFpm()],
|
||||
['cgi', $enableCgi, true, fn () => $this->buildCgi()],
|
||||
['micro', $enableMicro, true, fn () => $this->buildMicro()],
|
||||
['embed', $enableEmbed, true, function () use ($enableMicro): void {
|
||||
['cli', $enableCli, true, fn () => $this->buildCli()],
|
||||
['fpm', $enableFpm, true, fn () => $this->buildFpm()],
|
||||
['cgi', $enableCgi, true, fn () => $this->buildCgi()],
|
||||
['micro', $enableMicro, true, fn () => $this->buildMicro()],
|
||||
['embed', $enableEmbed, true, function () use ($enableMicro): void {
|
||||
if ($enableMicro) {
|
||||
FileSystem::replaceFileStr(SOURCE_PATH . '/php-src/Makefile', 'OVERALL_TARGET =', 'OVERALL_TARGET = libphp.la');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user