Fabien Potencier
|
04c6bb1aa5
Fix more quotes in exception messages
|
5 years ago |
Jérémy Derussé
|
348bfd477a
Use assertStringContainsString when needed
|
5 years ago |
Jérémy Derussé
|
9708054fd6
Remove use of ForwardCompatTrait
|
5 years ago |
Jérémy Derussé
|
294250e473
Fix deprecated phpunit annotation
|
5 years ago |
Fabien Potencier
|
4b32d21703
switched array() to []
|
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
|
aeea12fe8a
Merge branch '3.3' into 3.4
|
7 years ago |
Grégoire Pineau
|
0743280494
[Process] Fixed issue between process builder and exec
|
7 years ago |
Nicolas Grekas
|
201c3bd3f1
[Process] Deprecate ProcessBuilder
|
7 years ago |
maryo
|
6edff1f0b9
[Process] Ecaping of CLI arguments containing slashes on Windows
|
7 years ago |
Nicolas Grekas
|
4ad0b868fc
[Process] Fix BC break: "exec" should remain an internal "detail"
|
7 years ago |
Nicolas Grekas
|
c47877b449
Merge branch '3.2'
|
8 years ago |
Nicolas Grekas
|
2dc5b2ad84
Merge branch '2.8' into 3.2
|
8 years ago |
Peter Rehm
|
144acc849e
Update to PHPUnit namespaces
|
8 years ago |
Nicolas Grekas
|
e34416d409
[Process] Accept command line arrays and per-run env vars, fixing signaling and escaping
|
8 years ago |
Nicolas Grekas
|
a8c0522f1f
[Process] Deprecate not inheriting env vars + compat related settings
|
8 years ago |
Nicolas Grekas
|
6be2b290df
[Process] Allow merging env vars instead of replacing them
|
8 years ago |
Nicolas Grekas
|
349736fd05
[Process] Accept Traversable input
|
9 years ago |
Fabien Potencier
|
b1966e1ec1
Merge branch '2.3' into 2.6
|
10 years ago |
Dariusz Ruminski
|
55d3cb3034
CS: Convert double quotes to single quotes
|
10 years ago |
Fabien Potencier
|
3016ae6d76
Merge branch '2.5' into 2.6
|
10 years ago |
Christian Flothmann
|
cfdf1012c2
use PHP_WINDOWS_VERSION_BUILD to detect Windows
|
10 years ago |
Fabien Potencier
|
4a0b25ba15
Merge branch '2.5' into 2.6
|
10 years ago |
Fabien Potencier
|
f38897f371
Merge branch '2.3' into 2.5
|
10 years ago |
Christian Flothmann
|
b6180398b4
use value of DIRECTORY_SEPARATOR to detect Windows
|
10 years ago |
Romain Neutron
|
c1f405f89a
[Process] Add support for streams as input
|
10 years ago |
Fabien Potencier
|
2ecda6d343
Merge branch '2.4'
|
10 years ago |
Fabien Potencier
|
a7118cb290
Merge branch '2.3' into 2.4
|
10 years ago |
Romain Neutron
|
2cd7d075df
[Process] Add validation on Process input
|
10 years ago |
Fabien Potencier
|
1b6f4fc4e4
Merge branch '2.4'
|
11 years ago |
Fabien Potencier
|
c09c3b0845
Merge branch '2.3' into 2.4
|
11 years ago |
Romain Neutron
|
cfff757331
[Process] Fix escaping on Windows
|
11 years ago |
Romain Neutron
|
be017d5dc6
[Process] Add Process::disableOutput and Process::enableOutput methods
|
11 years ago |
Fabien Potencier
|
4adfa47d18
[Process] fixed tests
|
11 years ago |
Fabien Potencier
|
4843b490de
feature#8191 [Process] Added ProcessBuilder::setEnvironmentVariables (lyrixx)
|
11 years ago |
Christian
|
d2c1273c42
always manually inherit $_SERVER
|
11 years ago |
Romain Neutron
|
723fe405fc
Add possibility to use array prefixes
|
11 years ago |
Fabien Potencier
|
d8925abf58
Merge branch '2.2' into 2.3
|
11 years ago |
Matthew J Mucklo
|
ac06e1b6d2
fix issue where $_ENV contains array vals
|
11 years ago |
Grégoire Pineau
|
b5bc84ce4f
[Process] Added ProcessBuilder::addEnvironmentVariables
|
11 years ago |
Fabien Potencier
|
bb721b29e0
Merge branch '2.2'
|
11 years ago |
Fabien Potencier
|
6056d02be5
Merge branch '2.1' into 2.2
|
11 years ago |
Joseph Bielawski
|
be3cac4d05
[Process] Cleanup tests & prevent assertion that kills randomly Travis-CI
|
11 years ago |
Jordi Boggiano
|
d55770ab11
[Process] Fix tests on windows
|
12 years ago |
Romain Neutron
|
a2a22e359c
[Process] Do not throw LogicException in ProcessBuilder::getProcess if no arguments are set but a prefix is
|
12 years ago |
Romain Neutron
|
6e1fe7894d
[Process] Use new ProcessUtils::escapeArgument to escape ProcessBuilder prefix
|
12 years ago |
Fabien Potencier
|
a7177e400f
merged branch hason/process (PR #6796)
|
12 years ago |
Romain Neutron
|
2122c92f1b
Add ProcessBuilder::setPrefix method
|
12 years ago |
Martin Hasoň
|
28cdd4b7c0
[Process] Added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
|
12 years ago |