update patch 1
This commit is contained in:
@@ -74,6 +74,10 @@ class PhpExecutableFinder
|
||||
$dirs[] = 'C:\xampp\php\\';
|
||||
}
|
||||
|
||||
if ($herdPath = getenv('HERD_HOME')) {
|
||||
$dirs[] = $herdPath.\DIRECTORY_SEPARATOR.'bin';
|
||||
}
|
||||
|
||||
return $this->executableFinder->find('php', false, $dirs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user