Fabien Potencier
|
de78e86177
[Process] moved env check to the Process class (refs #8227)
|
11 years ago |
Matthew J Mucklo
|
ac06e1b6d2
fix issue where $_ENV contains array vals
|
11 years ago |
Fabien Potencier
|
ea29a7ff4f
Merge branch '2.1' into 2.2
|
11 years ago |
Romain Neutron
|
f54332e630
Fix Process timeout
|
11 years ago |
Florin Patan
|
284d8cd8f8
Fixed most of the docblocks/unused namespaces
|
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
|
f78e5d1e0f
[Process] remade ProcessBuilder::setTimeout fluent
|
12 years ago |
Fabien Potencier
|
b492b310cc
[Process] fixed setting the timeout to null
|
12 years ago |
Fabien Potencier
|
87965e1066
[Process] re-added the possibility to set the Process timeout to null (to disable it) (closes #4843)
|
12 years ago |
Fabien Potencier
|
acfc0c7414
[Process] fixed setTimeout() to not allow negative timeout values (closes #4647)
|
12 years ago |
Jordi Boggiano
|
d08c4ea153
[Process] Fix command escaping
|
12 years ago |
Jordi Boggiano
|
e94c649584
Feedback fixes
|
12 years ago |
Jordi Boggiano
|
1d110133b0
Restore bypass_shell by default with windows compat
|
12 years ago |
Jordi Boggiano
|
232fb3caba
Fix env inheritance and added tests
|
12 years ago |
Jordi Boggiano
|
3d91a722c7
[Process] Always escape commands properly and remove windows-specific handling
|
12 years ago |
Jordi Boggiano
|
b9646ba3ec
[Process] Add ProcessBuilder::create() for more fluidity in the interface until 5.4
|
12 years ago |
Jordi Boggiano
|
97cd9969c8
[Process] Code clean up
|
12 years ago |
Kris Wallsmith
|
eb0f176a0b
[Process] added ProcessBuilder
|
13 years ago |