mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
Use escapeshellarg instead
This commit is contained in:
@@ -42,7 +42,7 @@ class openssl
|
||||
$perl = ApplicationContext::get('perl');
|
||||
$cmd = cmd()->cd($lib->getSourceDir())
|
||||
->exec(
|
||||
quote($perl) . ' Configure zlib VC-WIN64A ' .
|
||||
escapeshellarg($perl) . ' Configure zlib VC-WIN64A ' .
|
||||
'no-shared ' .
|
||||
'--prefix=' . quote($lib->getBuildRootPath()) . ' ' .
|
||||
'--with-zlib-lib=' . quote($lib->getLibDir()) . ' ' .
|
||||
|
||||
Reference in New Issue
Block a user