We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 090b3bd + 550fe5d commit 7319f58Copy full SHA for 7319f58
php/commands/src/CLI_Command.php
@@ -309,7 +309,7 @@ public function update( $_, $assoc_args ) {
309
EE::log( 'Updating EasyEngine to new version. This might take some time.' );
310
311
$php_binary = Utils\get_php_binary();
312
- $process = EE\Process::create( "{$php_binary} $temp cli info" );
+ $process = EE\Process::create( "{$php_binary} $temp cli info", null, null );
313
$result = $process->run();
314
if ( 0 !== $result->return_code || false === stripos( $result->stdout, 'EE version' ) ) {
315
$multi_line = explode( PHP_EOL, $result->stderr );
0 commit comments