Fabien Potencier
|
58b6521280
Merge branch '4.1' into 4.2
|
5 years ago |
Fabien Potencier
|
20123ece52
fixed CS
|
5 years ago |
Dany Maillard
|
3a173ffcf4
Add relative path support for PHP_BINARY env var of PhpExecutableFinder
|
6 years ago |
Nicolas Grekas
|
f01fc7a449
Merge branch '4.0' into 4.1
|
6 years ago |
Nicolas Grekas
|
3c8d4b527d
Merge branch '3.4' into 4.0
|
6 years ago |
Nicolas Grekas
|
0414db29bd
Merge branch '2.8' into 3.4
|
6 years ago |
Nicolas Grekas
|
cc83afdb5a
Enable native_constant_invocation CS fixer
|
6 years ago |
Nicolas Grekas
|
2c5d86b0d7
Merge branch '2.8' into 3.4
|
6 years ago |
Christophe Coevoet
|
6720df4164
Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
|
6 years ago |
Nicolas Grekas
|
aed55abfec
Merge branch '4.0' into 4.1
|
6 years ago |
Nicolas Grekas
|
3621fa74d0
Merge branch '3.4' into 4.0
|
6 years ago |
Nicolas Grekas
|
4cbf2db9ab
Merge branch '2.8' into 3.4
|
6 years ago |
Nicolas Grekas
|
df9e3c66fb
bug #27141 [Process] Suppress warnings when open_basedir is non-empty (cbj4074)
|
6 years ago |
Ben Johnson
|
a6d452f15c
Suppress warnings when open_basedir is non-empty
|
6 years ago |
Fabien Potencier
|
1ed51bf4c8
Merge branch '4.0'
|
6 years ago |
Fabien Potencier
|
d7dc1ee5df
Merge branch '3.4' into 4.0
|
6 years ago |
Fabien Potencier
|
4b7d64e852
Merge branch '2.8' into 3.4
|
6 years ago |
Haralan Dobrev
|
9033c467f2
Add PHPDbg support to HTTP components
|
6 years ago |
Nicolas Grekas
|
22123ea908
Merge branch '4.0'
|
6 years ago |
Nicolas Grekas
|
d88b792444
Merge branch '3.4' into 4.0
|
6 years ago |
Nicolas Grekas
|
6745cdc6d7
Merge branch '2.8' into 3.4
|
6 years ago |
temperatur
|
2fc5810b9e
Fixes #26563 (open_basedir restriction in effect)
|
6 years ago |
Nicolas Grekas
|
5a86b89a8b
Merge branch '4.0'
|
6 years ago |
Nicolas Grekas
|
3701a84331
Merge branch '3.4' into 4.0
|
6 years ago |
Nicolas Grekas
|
cc4aea21f6
Merge branch '2.8' into 3.4
|
6 years ago |
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 |