We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bd9d14 + 177a20e commit b389e6dCopy full SHA for b389e6d
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