mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
cs fix
This commit is contained in:
parent
b62f029da7
commit
9c8fd4d45d
@ -180,7 +180,7 @@ class WindowsBuilder extends BuilderBase
|
|||||||
logger()->info('Deploying cgi file');
|
logger()->info('Deploying cgi file');
|
||||||
FileSystem::createDir(BUILD_ROOT_PATH . '\bin');
|
FileSystem::createDir(BUILD_ROOT_PATH . '\bin');
|
||||||
|
|
||||||
cmd()->exec('copy ' . escapeshellarg(SOURCE_PATH . '\\php-src\\x64\\Release' . ($this->zts ? '_TS' : '') . '\\php-cgi.exe') . ' ' . escapeshellarg(BUILD_ROOT_PATH . '\bin\php-cgi.exe'));
|
cmd()->exec('copy ' . escapeshellarg(SOURCE_PATH . '\php-src\x64\Release' . ($this->zts ? '_TS' : '') . '\php-cgi.exe') . ' ' . escapeshellarg(BUILD_ROOT_PATH . '\bin\php-cgi.exe'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function buildEmbed(): void
|
public function buildEmbed(): void
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user