Skip to content

Commit

Permalink
[Process] Add default xampp path to the list of possible paths to check
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 3, 2012
1 parent 9c35e1e commit abbb6c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PhpExecutableFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ public function find()
}

$dirs = array(PHP_BINDIR);
if (defined('PHP_WINDOWS_VERSION_BUILD')) {
$dirs[] = 'C:\xampp\php\\';
}

return $this->executableFinder->find('php', false, $dirs);
}
Expand Down

0 comments on commit abbb6c9

Please sign in to comment.