Dariusz Ruminski
|
55d3cb3034
CS: Convert double quotes to single quotes
|
10 years ago |
Christian Flothmann
|
b6180398b4
use value of DIRECTORY_SEPARATOR to detect Windows
|
10 years ago |
Romain Neutron
|
2cd7d075df
[Process] Add validation on Process input
|
10 years ago |
Romain Neutron
|
cfff757331
[Process] Fix escaping on Windows
|
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 |
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
|
11 years ago |
Romain Neutron
|
a2a22e359c
[Process] Do not throw LogicException in ProcessBuilder::getProcess if no arguments are set but a prefix is
|
11 years ago |
Romain Neutron
|
6e1fe7894d
[Process] Use new ProcessUtils::escapeArgument to escape ProcessBuilder prefix
|
11 years ago |
Fabien Potencier
|
a7177e400f
merged branch hason/process (PR #6796)
|
11 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 |
Bernhard Schussek
|
5c10de4a1f
Fixed @expectedException definitions to reference absolute exception paths
|
12 years ago |
Alexander
|
e0dc473186
[Process] Add ability to reset arguments on ProcessBuilder
|
12 years ago |
Romain Neutron
|
4942bf3a90
[Process] Normalize exceptions
|
12 years ago |
Fabien Potencier
|
b492b310cc
[Process] fixed setting the timeout to null
|
12 years ago |
Fabien Potencier
|
acfc0c7414
[Process] fixed setTimeout() to not allow negative timeout values (closes #4647)
|
12 years ago |
Joseph Bielawski
|
9f49693318
[Tests] Use proper assertions
|
13 years ago |
Fabien Potencier
|
05d2c2b037
moved component and bridge unit tests to the src/ directory
|
13 years ago |