Nicolas Grekas
|
560d7fec7d
[Process] fix test case
|
6 years ago |
Nicolas Grekas
|
709e15e7a3
[Process] Check PHP_BINDIR before $PATH in PhpExecutableFinder
|
6 years ago |
Nicolas Grekas
|
067046d5f8
[Process] Make `PhpExecutableFinder` look for the `PHP_BINARY` env var
|
6 years ago |
Fabien Potencier
|
eab2bb8157
removed HHVM support
|
7 years ago |
ogizanagi
|
42a5fd3b9a
[Process] Remove PHP_BINARY existence check
|
9 years ago |
Nicolas Grekas
|
4d0eaad4b1
[Process] Fix trailing space in PHP binary finder
|
9 years ago |
Nicolas Grekas
|
b268a43d99
[Process] Fix PhpProcess with phpdbg runtime
|
9 years ago |
Nicolas Grekas
|
e797e51723
Minor fixes
|
9 years ago |
Nicolas Grekas
|
d6c06b0e7d
Towards 100% HHVM compat
|
9 years ago |
Christian Flothmann
|
b6180398b4
use value of DIRECTORY_SEPARATOR to detect Windows
|
10 years ago |
Jérémy JOURDIN
|
61b85c3e6a
Use separated function to resolve command and related arguments
|
10 years ago |
Fabien Potencier
|
31fb686db7
[Process] fixed HHVM usage on the CLI
|
10 years ago |
Peter Gribanov
|
7ec42afc4c
Add support SAPI cli-server
|
11 years ago |
Fabien Potencier
|
4272db4849
[Process] fixed HHVM support
|
11 years ago |
Joel Marcey
|
3ca9657d61
Add support for HHVM in the getting of the PHP executable
|
11 years ago |
Patrick Allaert
|
d93f3722c6
Fixed #8455: PhpExecutableFinder::find() does not always return the correct binary
|
11 years ago |
Jordi Boggiano
|
abbb6c9a4f
[Process] Add default xampp path to the list of possible paths to check
|
12 years ago |
Jordi Boggiano
|
9c35e1ebda
[Process] Clean-up/simplify code
|
12 years ago |
stealth35
|
b930a535b3
Only work with the cli sapi
|
12 years ago |
stealth35
|
0e077b442c
[Process] PHP_BINARY return the current process
|
12 years ago |
Fabien Potencier
|
97048b6f70
[Process] introduced usage of PHP_BINARY (available as of PHP 5.4)
|
13 years ago |
Pascal Borreli
|
a003d069fc
[Process] Fixed namespace typo and windows test
|
13 years ago |
Fabien Potencier
|
864deab95b
[Process] changed ExecutableFinder to return false instead of throwing an exception when the executable is not found
|
13 years ago |
Johannes M. Schmitt
|
8adce9c9b3
[Process] use component exception
|
13 years ago |
Johannes M. Schmitt
|
d1dcdfa95f
[Process][Assetic] refactored some code to allow for better executable defaults
|
13 years ago |