We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b850da commit 4b842fcCopy full SHA for 4b842fc
PhpExecutableFinder.php
@@ -56,7 +56,7 @@ public function find(bool $includeArgs = true)
56
$args = $includeArgs && $args ? ' '.implode(' ', $args) : '';
57
58
// PHP_BINARY return the current sapi executable
59
- if (\PHP_BINARY && \in_array(\PHP_SAPI, ['cgi-fcgi', 'cli', 'cli-server', 'phpdbg'], true)) {
+ if (\PHP_BINARY && \in_array(\PHP_SAPI, ['cli', 'cli-server', 'phpdbg'], true)) {
60
return \PHP_BINARY.$args;
61
}
62
0 commit comments