Content-Length: 242656 | pFad | http://github.com/symfony/process/commit/f14afdf763309a744a59afe231eb7e10c87a00db

96 [Process] Path resolution for FCGI configuration · symfony/process@f14afdf · GitHub
Skip to content

Commit f14afdf

Browse files
[Process] Path resolution for FCGI configuration
1 parent c89a858 commit f14afdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: PhpExecutableFinder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function find($includeArgs = true)
5454
$args = $includeArgs && $args ? ' '.implode(' ', $args) : '';
5555

5656
// PHP_BINARY return the current sapi executable
57-
if (PHP_BINARY && \in_array(\PHP_SAPI, ['cli', 'cli-server', 'phpdbg'], true)) {
57+
if (PHP_BINARY && \in_array(\PHP_SAPI, ['cgi-fcgi', 'cli', 'cli-server', 'phpdbg'], true)) {
5858
return PHP_BINARY.$args;
5959
}
6060

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/symfony/process/commit/f14afdf763309a744a59afe231eb7e10c87a00db

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy