Tobias Schultze
|
3f95a01265
put parentheses back
|
12 years ago |
Tobias Schultze
|
45356d0c80
fix typo
|
12 years ago |
Andrej Hudec
|
bb80507945
fix php5.4 problem
|
12 years ago |
Andrej Hudec
|
108c0461af
fix hanging of unit tests on Windows
|
12 years ago |
Joseph Bielawski
|
9f49693318
[Tests] Use proper assertions
|
12 years ago |
Kim Hemsø Rasmussen
|
9b5cfa883c
[process] Added destructor to process to make sure handles are always closed in the right order.
|
12 years ago |
Jordi Boggiano
|
6564115c93
[Process] Skip signal assertion on windows
|
12 years ago |
Jordi Boggiano
|
d3043dd70a
[Process] Skip test that is still getting stuck on windows
|
12 years ago |
Jordi Boggiano
|
c95f8863e1
[Process] Close pipes before calling proc_close to avoid deadlocks as advised on the proc_close php.net documentation
|
12 years ago |
Jordi Boggiano
|
abece34dd8
[Process] Removing useless code (this is already done in updateStatus)
|
12 years ago |
Jordi Boggiano
|
b5b6fe6ed2
[Process] Fix a mistake triggering stream_select errors
|
12 years ago |
Fabien Potencier
|
6b79e8b8d3
[Process] added a note about user-defined error exist codes
|
12 years ago |
Fabien Potencier
|
20a23f728b
fixed CS
|
12 years ago |
Victor Berchet
|
2e4da8c807
[PhpUnit] Fix the path to the boostrap files in the components
|
12 years ago |
Fabien Potencier
|
05d2c2b037
moved component and bridge unit tests to the src/ directory
|
12 years ago |
Fabien Potencier
|
2afb065cc6
merged branch schmittjoh/processFailedException (PR #3633)
|
12 years ago |
Fabien Potencier
|
e3fd2b9746
[Process] renamed waitForTermination() to wait()
|
12 years ago |
Fabien Potencier
|
191af4bc0c
[Process] fixed CS
|
12 years ago |
drak3
|
a112f8b27b
fixed cs
|
12 years ago |
drak3
|
3523cab07c
[Process] Added support for non-blocking process control Added methods to control long running processes to the Process class: - A non blocking start method to startup a process and return immediately - A blocking waitForTermination method to wait for the processes termination - A stop method to stop a process started with start All status-getters like getOutput were changed to return real-time data
|
12 years ago |
Johannes M. Schmitt
|
fb25e32342
added an exception for failed processes
|
12 years ago |
Jordi Boggiano
|
d08c4ea153
[Process] Fix command escaping
|
12 years ago |
Fabien Potencier
|
0aad81ae9f
merged 2.0
|
13 years ago |
Fabien Potencier
|
d9db1dc7f1
[Process] fixed CS
|
13 years ago |
Fabien Potencier
|
5bca0c3c08
merged branch Seldaek/processb (PR #3381)
|
13 years ago |
stealth35
|
b930a535b3
Only work with the cli sapi
|
13 years ago |
stealth35
|
0e077b442c
[Process] PHP_BINARY return the current process
|
13 years ago |
Jordi Boggiano
|
6aceac404d
Removed version field
|
13 years ago |
Jordi Boggiano
|
0c6cf2e31c
Add branch-alias for composer
|
13 years ago |
Fabien Potencier
|
8b2aea5743
merged 2.0
|
13 years ago |
Jordi Boggiano
|
e94c649584
Feedback fixes
|
13 years ago |
Jordi Boggiano
|
1d110133b0
Restore bypass_shell by default with windows compat
|
13 years ago |
Jordi Boggiano
|
232fb3caba
Fix env inheritance and added tests
|
13 years ago |
Jordi Boggiano
|
b4bfbdc480
[Process] Add windows compatibility to Process component
|
13 years ago |
marc.weistroff
|
8a1803b1b5
Updated LICENSE files copyright
|
13 years ago |
Jordi Boggiano
|
3d91a722c7
[Process] Always escape commands properly and remove windows-specific handling
|
13 years ago |
Jordi Boggiano
|
b9646ba3ec
[Process] Add ProcessBuilder::create() for more fluidity in the interface until 5.4
|
13 years ago |
Jordi Boggiano
|
97cd9969c8
[Process] Code clean up
|
13 years ago |
Fabien Potencier
|
f381eeee37
[Process] added Process::getExitCodeText() (closes #2818)
|
13 years ago |
Fabien Potencier
|
379b35a41a
[Process] fixed usage of constants in closure
|
13 years ago |
Fabien Potencier
|
1236c70c52
[Process] added some constant to avoid harcoded strings
|
13 years ago |
Fabien Potencier
|
96512471ac
Revert "merged 2.0"
|
13 years ago |
Fabien Potencier
|
ff5b8979ad
merged 2.0
|
13 years ago |
Fabien Potencier
|
09ad3e84e7
removed the version attribute in all composer.json files
|
13 years ago |
Fabien Potencier
|
44381259fb
merged 2.0
|
13 years ago |
Fabien Potencier
|
77d22a3fc9
tweaked the README files
|
13 years ago |
Fabien Potencier
|
e20fd952c3
merged branch lsmith77/component_readmes (PR #2561)
|
13 years ago |
Kris Wallsmith
|
eb0f176a0b
[Process] added ProcessBuilder
|
13 years ago |
Fabien Potencier
|
28b4df65b3
merged 2.0
|
13 years ago |
Fabien Potencier
|
97048b6f70
[Process] introduced usage of PHP_BINARY (available as of PHP 5.4)
|
13 years ago |