Nicolas Grekas
|
05c2ccc705
[Process] Use %PATH% before %CD% to load the shell on Windows
|
3 недель назад |
Jordi Boggiano
|
46c203f382
[Process] Return built-in cmd.exe commands directly in ExecutableFinder
|
2 недель назад |
Nicolas Grekas
|
32dfba3c12
bug #58723 [Process] Properly deal with not-found executables on Windows (nicolas-grekas)
|
3 недель назад |
Nicolas Grekas
|
651830b1a3
[Process] Properly deal with not-found executables on Windows
|
3 недель назад |
Nicolas Grekas
|
e2d11b6ca0
[Process] Fix handling empty path found in the PATH env var with ExecutableFinder
|
3 недель назад |
Nicolas Grekas
|
1b9fa82b5c
[Process] minor fix
|
2 месяцев назад |
Jan Walther
|
6f16c626e9
[Process] Fix finding executables independently of open_basedir
|
1 год назад |
Nicolas Grekas
|
cbc28e3401
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
|
10 месяцев назад |
Nicolas Grekas
|
6e75fe6874
Merge branch '4.4' into 5.4
|
2 лет назад |
Nicolas Grekas
|
5cee9cdc4f
CS fixes
|
2 лет назад |
Nicolas Grekas
|
e8749eb40a
Cleanup more `@return` annotations
|
3 лет назад |
Nicolas Grekas
|
d3a2e64866
Merge branch '4.4' into 5.1
|
4 лет назад |
Nicolas Grekas
|
46a862d0f3
Enable "native_constant_invocation" CS rule
|
4 лет назад |
Philippe Segatori
|
308af6779c
[Process] [5.0] Replace docblocks by type-hints
|
5 лет назад |
Fabien Potencier
|
a9c4dfbf65
fixed CS
|
5 лет назад |
Florian Morello
|
1b6958b96b
Fix missing $extraDirs when open_basedir returns
|
5 лет назад |
Fabien Potencier
|
4b32d21703
switched array() to []
|
5 лет назад |
Andreas Möller
|
0d41dd7d95
Fix: Adjust DocBlock
|
5 лет назад |
Andreas Möller
|
bcbb0ec80e
Fix: Method can also return null
|
5 лет назад |
Nicolas Grekas
|
cc83afdb5a
Enable native_constant_invocation CS fixer
|
6 лет назад |
Alexey Kopytko
|
0b79e6d3b3
[Process] Consider \"executable\" suffixes first on Windows
|
6 лет назад |
Nicolas Grekas
|
df9e3c66fb
bug #27141 [Process] Suppress warnings when open_basedir is non-empty (cbj4074)
|
6 лет назад |
Nicolas Grekas
|
7f3634640b
[DI] minor docblock fixes
|
7 лет назад |
Bilge
|
9b244e5771
Permit empty suffix on Windows
|
7 лет назад |
Christian Flothmann
|
e134ba500a
silent file operation to avoid open basedir issues
|
8 лет назад |
Ben Johnson
|
df000f3249
Workaround another buggy PHP warning
|
8 лет назад |
Ben
|
5571a0cc72
[Process] Workaround buggy PHP warning
|
9 лет назад |
Christian Flothmann
|
b6180398b4
use value of DIRECTORY_SEPARATOR to detect Windows
|
10 лет назад |
Ben
|
cf09eaf9a0
[Process] Fixes issue #11421
|
10 лет назад |
Chris Smith
|
dbbf4556fc
[Process] Fix ExecutableFinder with open basedir
|
10 лет назад |
Joseph Bielawski
|
fa405bdcf3
[Process] Fix docblocks, remove `return` from `PhpProcess#start()` as parent returns nothing, cleaned up `ExecutableFinder`
|
12 лет назад |
Jordi Boggiano
|
9c35e1ebda
[Process] Clean-up/simplify code
|
12 лет назад |
Jordi Boggiano
|
0995610ef0
[Process] Add extra dirs argument to the executable finder to allow searching more dirs
|
12 лет назад |
Johannes M. Schmitt
|
d7d1f1d51b
[Process] workaround a faulty implementation of is_executable on Windows
|
13 лет назад |
Florin Patan
|
a6acc9ac44
fixed CS and unsude variable (PR #1319)
|
13 лет назад |
Florin Patan
|
b9cbac85da
Executable Finder will now try to match if a file is already in the open_basedir list before searching it thru that list
|
13 лет назад |
Florin Patan
|
4b26e904fd
Fix problem with searching files while the open_basedir is in use
|
13 лет назад |
Kris Wallsmith
|
4dd76c6bd9
[Process] added optional argument for default executable
|
13 лет назад |
Fabien Potencier
|
864deab95b
[Process] changed ExecutableFinder to return false instead of throwing an exception when the executable is not found
|
13 лет назад |
Johannes M. Schmitt
|
d1dcdfa95f
[Process][Assetic] refactored some code to allow for better executable defaults
|
13 лет назад |