Nicolas Grekas
|
66716d3126
Merge branch '6.4' into 7.1
|
2 weeks ago |
Nicolas Grekas
|
88638b90e7
Merge branch '5.4' into 6.4
|
2 weeks ago |
Nicolas Grekas
|
05c2ccc705
[Process] Use %PATH% before %CD% to load the shell on Windows
|
3 weeks ago |
Christian Flothmann
|
284aeada0d
Merge branch '6.4' into 7.1
|
2 weeks ago |
Christian Flothmann
|
250ae06a6a
Merge branch '5.4' into 6.4
|
2 weeks ago |
Jordi Boggiano
|
46c203f382
[Process] Return built-in cmd.exe commands directly in ExecutableFinder
|
2 weeks ago |
Nicolas Grekas
|
1aa37babe8
Merge branch '6.4' into 7.1
|
3 weeks ago |
Nicolas Grekas
|
593ecb86a2
Merge branch '5.4' into 6.4
|
3 weeks ago |
Nicolas Grekas
|
32dfba3c12
bug #58723 [Process] Properly deal with not-found executables on Windows (nicolas-grekas)
|
3 weeks ago |
Nicolas Grekas
|
651830b1a3
[Process] Properly deal with not-found executables on Windows
|
3 weeks ago |
Nicolas Grekas
|
e2d11b6ca0
[Process] Fix handling empty path found in the PATH env var with ExecutableFinder
|
3 weeks ago |
Nicolas Grekas
|
1b9fa82b5c
[Process] minor fix
|
2 months ago |
Jan Walther
|
6f16c626e9
[Process] Fix finding executables independently of open_basedir
|
1 year ago |
Nicolas Grekas
|
0e7727191c
Merge branch '6.4' into 7.0
|
9 months ago |
Kay Wei
|
710e27879e
Fix the `command -v` exception when the command option with a dash prefix
|
9 months ago |
Nicolas Grekas
|
937a195147
Merge branch '6.4' into 7.0
|
10 months ago |
Nicolas Grekas
|
31642b0818
Merge branch '6.3' into 6.4
|
10 months ago |
Nicolas Grekas
|
6c5eceb885
Merge branch '5.4' into 6.3
|
10 months ago |
Nicolas Grekas
|
cbc28e3401
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
|
10 months ago |
Fabien Potencier
|
acd3eb5cb0
Merge branch '6.4' into 7.0
|
11 months ago |
Kieran
|
c4b1ef0bc8
Suppress warnings from is_executable
|
11 months ago |
Nicolas Grekas
|
51e1cf6b7f
Merge branch '6.4' into 7.0
|
1 year ago |
Jan Walther
|
1f07ae60a2
[Process] Support finding executables independently of open_basedir
|
1 year ago |
Nicolas Grekas
|
74ea743f40
Merge branch '6.4' into 7.0
|
1 year ago |
Nicolas Grekas
|
8f38ed0bd6
Add types to private and internal properties
|
1 year ago |
Wouter de Jong
|
2bea96bf20
[Components] Convert to native return types
|
1 year ago |
Wouter de Jong
|
ae2af87f40
Add void return types
|
1 year ago |
Nicolas Grekas
|
44270a08cc
Merge branch '5.4' into 6.0
|
2 years ago |
Nicolas Grekas
|
6e75fe6874
Merge branch '4.4' into 5.4
|
2 years ago |
Nicolas Grekas
|
5cee9cdc4f
CS fixes
|
2 years ago |
Nicolas Grekas
|
17032eb5d1
Merge branch '5.4' into 6.0
|
3 years ago |
Nicolas Grekas
|
e8749eb40a
Cleanup more `@return` annotations
|
3 years ago |
Nicolas Grekas
|
03ee97adf3
Add return types - batch 2/n
|
3 years ago |
Nicolas Grekas
|
d3a2e64866
Merge branch '4.4' into 5.1
|
4 years ago |
Nicolas Grekas
|
46a862d0f3
Enable "native_constant_invocation" CS rule
|
4 years ago |
Philippe Segatori
|
308af6779c
[Process] [5.0] Replace docblocks by type-hints
|
5 years ago |
Fabien Potencier
|
a9c4dfbf65
fixed CS
|
5 years ago |
Florian Morello
|
1b6958b96b
Fix missing $extraDirs when open_basedir returns
|
5 years ago |
Fabien Potencier
|
4b32d21703
switched array() to []
|
5 years ago |
Andreas Möller
|
0d41dd7d95
Fix: Adjust DocBlock
|
5 years ago |
Andreas Möller
|
bcbb0ec80e
Fix: Method can also return null
|
5 years ago |
Nicolas Grekas
|
cc83afdb5a
Enable native_constant_invocation CS fixer
|
6 years ago |
Alexey Kopytko
|
0b79e6d3b3
[Process] Consider \"executable\" suffixes first on Windows
|
6 years ago |
Nicolas Grekas
|
df9e3c66fb
bug #27141 [Process] Suppress warnings when open_basedir is non-empty (cbj4074)
|
6 years ago |
Nicolas Grekas
|
7f3634640b
[DI] minor docblock fixes
|
7 years ago |
Bilge
|
9b244e5771
Permit empty suffix on Windows
|
7 years ago |
Christian Flothmann
|
e134ba500a
silent file operation to avoid open basedir issues
|
8 years ago |
Ben Johnson
|
df000f3249
Workaround another buggy PHP warning
|
8 years ago |
Ben
|
5571a0cc72
[Process] Workaround buggy PHP warning
|
9 years ago |
Christian Flothmann
|
b6180398b4
use value of DIRECTORY_SEPARATOR to detect Windows
|
10 years ago |