Content-Length: 250933 | pFad | http://github.com/symfony/process/commit/b34cdbc9c5e75d45a3703e63a48ad07aafa8bf2e

BE Merge branch '5.4' into 6.2 · symfony/process@b34cdbc · GitHub
Skip to content

Commit b34cdbc

Browse files
Merge branch '5.4' into 6.2
* 5.4: CS fix [HttpKernel] Tests for DataCollector for #49320
2 parents 75ed641 + 4b842fc commit b34cdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhpExecutableFinder.php

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

5656
// PHP_BINARY return the current sapi executable
57-
if (\PHP_BINARY && \in_array(\PHP_SAPI, ['cgi-fcgi', 'cli', 'cli-server', 'phpdbg'], true)) {
57+
if (\PHP_BINARY && \in_array(\PHP_SAPI, ['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/b34cdbc9c5e75d45a3703e63a48ad07aafa8bf2e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy