Romain Neutron
|
07f63d54f9
[Process] Fix #10681, process are failing on Windows Server 2003
|
10 years ago |
Fabien Potencier
|
d8a5e017e2
Merge branch '2.3' into 2.4
|
10 years ago |
Fabien Potencier
|
1d35eaaab6
fixed types in phpdocs
|
10 years ago |
Fabien Potencier
|
ab5f18dc8e
made types consistent with those defined in Hack
|
10 years ago |
Fabien Potencier
|
77e1693774
Merge branch '2.3' into 2.4
|
10 years ago |
Fabien Potencier
|
4bcbdbeef9
fixed types in phpdocs
|
10 years ago |
Fabien Potencier
|
26893524a0
made phpdoc types consistent with those defined in Hack
|
10 years ago |
Fabien Potencier
|
f6e38897b8
made types consistent with those defined in Hack
|
10 years ago |
Fabien Potencier
|
31fb686db7
[Process] fixed HHVM usage on the CLI
|
10 years ago |
Fabien Potencier
|
c09c3b0845
Merge branch '2.3' into 2.4
|
10 years ago |
Fabien Potencier
|
029b757396
minor #10492 [2.3][Process] Remove unreachable code + avoid skipping tests in sigchild environment (romainneutron)
|
10 years ago |
Romain Neutron
|
ab2c2dd599
[Process] Remove unreachable code + avoid skipping tests in sigchild environment
|
10 years ago |
Fabien Potencier
|
77250f8260
minor #10484 [Process] fix some typos and refactor some code (Tobion)
|
10 years ago |
Fabien Potencier
|
bcce11cb2f
bug #10479 [2.3][Process] Fix escaping on Windows (romainneutron)
|
10 years ago |
Tobias Schultze
|
f8c4aa37a7
[Process] fix some typos and refactor some code
|
10 years ago |
Romain Neutron
|
02fd31872c
[Process] Fix unit tests in sigchild disabled environment
|
10 years ago |
Fabien Potencier
|
af0a98d869
bug #10480 [Process] Fixed fatal errors in getOutput and getErrorOutput when process was not started (romainneutron)
|
10 years ago |
Romain Neutron
|
02dacd6fe3
[Process] Trow exceptions in case a Process method is supposed to be called after termination
|
10 years ago |
Max Voloshin
|
4555201e91
[Process] fixed fatal errors in getOutput and getErrorOutput when process was not started
|
11 years ago |
Romain Neutron
|
cfff757331
[Process] Fix escaping on Windows
|
10 years ago |
Romain Neutron
|
1eb5593edd
[Process] Make Process::start non-blocking on Windows platform
|
10 years ago |
Romain Neutron
|
6ce553c2c3
[Process] Avoid failures because of slow IOs
|
10 years ago |
Romain Neutron
|
e44cc70b42
[Process] Avoid failure because of a slow process
|
10 years ago |
Romain Neutron
|
d64f92732e
[Process] Avoid failure when calling Process::stop in edge cases
|
10 years ago |
Romain Neutron
|
35730d74b3
[Process] Add tests on ProcessUtils::escapeArgument
|
10 years ago |
Michal Gebauer
|
641edc6ec4
[Process] Fix: Arguments including space and quote are not correctly escaped (win)
|
11 years ago |
Fabien Potencier
|
fa18e426ad
Merge branch '2.3' into 2.4
|
10 years ago |
Fabien Potencier
|
04880fb191
bug #10153 [Process] Fixed data in pipe being truncated if not read before process termination (astephens25)
|
10 years ago |
Fabien Potencier
|
1adfbc0561
minor #10424 [2.4][Process] Fix some unit tests that create the process object instead of delegate it to the implementation (romainneutron)
|
10 years ago |
Fabien Potencier
|
1848a39779
Merge branch '2.3' into 2.4
|
10 years ago |
Romain Neutron
|
41142266fb
[Process] Fix #9160 : escaping an argument with a trailing backslash on windows fails
|
10 years ago |
Aaron Stephens
|
69ccad4bef
Fixed data in pipe being truncated if not read before process termination
|
10 years ago |
Romain Neutron
|
6f7f943c35
[Process] Fix some unit tests that create the process object instead of delegate it to the implementation
|
10 years ago |
Romain Neutron
|
3ab6c2d176
[Process] Fix some unit tests that create the process object instead of delegate it to the implementation
|
10 years ago |
Romain Neutron
|
d032687566
[Process] Make process tests more accurate on exception messages
|
10 years ago |
Fabien Potencier
|
cce5347c84
bug #10412 [Process] Fix process status in TTY mode (romainneutron)
|
10 years ago |
Romain Neutron
|
eb6723c59d
[Process] Fix process status in TTY mode
|
10 years ago |
Romain Neutron
|
3e733b1fb6
[Process] Use assertSame instead of assertEquals to avoid comparison against `null`
|
10 years ago |
Fabien Potencier
|
18290692a8
Merge branch '2.3' into 2.4
|
10 years ago |
Andrey Ryaguzov
|
f5eab0c81e
[Process] minor fixes
|
10 years ago |
Fabien Potencier
|
bfa6a176e9
Merge branch '2.3' into 2.4
|
10 years ago |
Jordi Boggiano
|
53fd872c0d
Bypass sigchild detection if phpinfo is not available
|
10 years ago |
Fabien Potencier
|
c175448bac
Merge branch '2.3' into 2.4
|
10 years ago |
Fabien Potencier
|
f425f3ffc3
fixed various inconsistencies
|
10 years ago |
Fabien Potencier
|
4ce5409a92
Merge branch '2.3' into 2.4
|
10 years ago |
lol768
|
d5cfffe390
Fix wording for Process class documentation
|
10 years ago |
Tobias Schultze
|
597b921d82
[Process] clarify idle timeout
|
11 years ago |
Fabien Potencier
|
4f196b9d30
Merge branch '2.3' into 2.4
|
11 years ago |
Luis Cordova
|
2c19ffff12
update year on licenses
|
11 years ago |
Romain Neutron
|
0d694d261f
[Process] Fix #9861 : Revert TTY mode
|
11 years ago |