annesosensio
|
89aced1438
[Process] use __METHOD__ where applicable
|
8 years ago |
Loïck Piera
|
e2b677dd2c
Update phpdoc of ProcessBuilder#setPrefix()
|
9 years ago |
Christian Flothmann
|
6929d8de5f
add missing param names to @param annotation
|
10 years ago |
Graham Campbell
|
b5fc125ef7
[2.3] CS And DocBlock Fixes
|
10 years ago |
Romain Neutron
|
2cd7d075df
[Process] Add validation on Process input
|
10 years ago |
Romain Neutron
|
81946bf9cc
[Process] Add missing docblocks, remove variable declarations
|
10 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 |
Fabien Potencier
|
a30f66ea5a
merged branch romainneutron/process-builder-prefix (PR #7584)
|
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 |
Romain Neutron
|
2122c92f1b
Add ProcessBuilder::setPrefix method
|
11 years ago |
Martin Hasoň
|
28cdd4b7c0
[Process] Added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
|
12 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 |