Nicolas Grekas
|
5cee9cdc4f
CS fixes
|
2 years ago |
Nicolas Grekas
|
46a862d0f3
Enable "native_constant_invocation" CS rule
|
4 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 |
Ben
|
cf09eaf9a0
[Process] Fixes issue #11421
|
10 years ago |
Chris Smith
|
dbbf4556fc
[Process] Fix ExecutableFinder with open basedir
|
10 years ago |
Joseph Bielawski
|
fa405bdcf3
[Process] Fix docblocks, remove `return` from `PhpProcess#start()` as parent returns nothing, cleaned up `ExecutableFinder`
|
12 years ago |
Jordi Boggiano
|
9c35e1ebda
[Process] Clean-up/simplify code
|
12 years ago |
Jordi Boggiano
|
0995610ef0
[Process] Add extra dirs argument to the executable finder to allow searching more dirs
|
12 years ago |
Johannes M. Schmitt
|
d7d1f1d51b
[Process] workaround a faulty implementation of is_executable on Windows
|
13 years ago |
Florin Patan
|
a6acc9ac44
fixed CS and unsude variable (PR #1319)
|
13 years ago |
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 years ago |
Florin Patan
|
4b26e904fd
Fix problem with searching files while the open_basedir is in use
|
13 years ago |
Kris Wallsmith
|
4dd76c6bd9
[Process] added optional argument for default executable
|
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
|
d1dcdfa95f
[Process][Assetic] refactored some code to allow for better executable defaults
|
13 years ago |