We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae18561 + ebab621 commit 4ed1b90Copy full SHA for 4ed1b90
src/Voryx/ThruwayBundle/Command/ThruwayProcessCommand.php
@@ -263,7 +263,7 @@ protected function add()
263
*/
264
protected function addSymfonyCmdWorkers($env)
265
{
266
- $phpBinary = PHP_BINARY;
+ $phpBinary = escapeshellarg(PHP_BINARY);
267
if (!$this->input->getOption('no-exec')) {
268
$phpBinary = 'exec ' . $phpBinary;
269
}
@@ -320,7 +320,7 @@ protected function addShellCmdWorkers()
320
321
protected function addWorkers($env)
322
323
324
325
326
0 commit comments