Skip to content

Commit

Permalink
#1324 - Change value of $binary_path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Oct 10, 2019
1 parent ed47dcd commit 7e6edda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/Phalcon/Commands/Builtin/Serve.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ public function printServerDetails()
public function shellCommand()
{
$systemInfo = new SystemInfo();
$binary_path = $systemInfo->getEnvironment()['PHP Bin'];
//$binary_path = $systemInfo->getEnvironment()['PHP Bin'];
$binary_path = 'php';

$this->prepareOptions();
$this->printServerDetails();
Expand Down

0 comments on commit 7e6edda

Please sign in to comment.