Fabien Potencier
|
521c487651
Merge branch '2.5'
|
10 years ago |
Fabien Potencier
|
06f4930c86
Merge branch '2.4' into 2.5
|
10 years ago |
Fabien Potencier
|
a5314d2692
Merge branch '2.3' into 2.4
|
10 years ago |
Christian Flothmann
|
7ef98948f3
[Process] fix signal handling in wait()
|
10 years ago |
Romain Neutron
|
c1f405f89a
[Process] Add support for streams as input
|
10 years ago |
Romain Neutron
|
66312573dd
[Process] Do not redirect output to file handles when output is disabled
|
10 years ago |
Romain Neutron
|
5d7d78e238
[Process] Deprecate using values that are not string for Process::setStdin and ProcessBuilder::setInput
|
10 years ago |
Fabien Potencier
|
2ecda6d343
Merge branch '2.4'
|
10 years ago |
Fabien Potencier
|
a7118cb290
Merge branch '2.3' into 2.4
|
10 years ago |
Romain Neutron
|
ad66ae28b3
[Process] Deprecate Process::setStdin in favor of Process::setInput
|
10 years ago |
Romain Neutron
|
2cd7d075df
[Process] Add validation on Process input
|
10 years ago |
Fabien Potencier
|
8a3edace8e
Merge branch '2.4'
|
10 years ago |
Fabien Potencier
|
8721f1476d
Merge branch '2.3' into 2.4
|
10 years ago |
Fabien Potencier
|
8912ae3039
bug #10763 [Process] Disable TTY mode on Windows platform (romainneutron)
|
10 years ago |
Romain Neutron
|
76f0315926
[Process] Disable TTY mode on Windows platform
|
10 years ago |
Fabien Potencier
|
bb25c2766e
Merge branch '2.4'
|
10 years ago |
Fabien Potencier
|
4242306695
Merge branch '2.3' into 2.4
|
10 years ago |
Fabien Potencier
|
3977e1606b
minor #10756 [2.3][Process] Add missing docblocks, remove variable declarations (romainneutron)
|
10 years ago |
Romain Neutron
|
81946bf9cc
[Process] Add missing docblocks, remove variable declarations
|
10 years ago |
Fabien Potencier
|
553249582d
Merge branch '2.4'
|
10 years ago |
Fabien Potencier
|
63d82c4aed
Merge branch '2.3' into 2.4
|
10 years ago |
Romain Neutron
|
eb80393fb1
[Process] Setting STDIN while running should not be possible
|
10 years ago |
Fabien Potencier
|
afe1b93506
Merge branch '2.4'
|
10 years ago |
Fabien Potencier
|
767454b343
Merge branch '2.3' into 2.4
|
10 years ago |
Romain Neutron
|
07f63d54f9
[Process] Fix #10681, process are failing on Windows Server 2003
|
10 years ago |
Fabien Potencier
|
3841e3023a
fixed types in phpdocs
|
10 years ago |
Fabien Potencier
|
93605ab8e3
Merge branch '2.4'
|
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
|
2225c36768
made types consistent with those defined in Hack
|
10 years ago |
Fabien Potencier
|
741662b1c7
Merge branch '2.4'
|
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
|
1b6f4fc4e4
Merge branch '2.4'
|
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 |
Tobias Schultze
|
f8c4aa37a7
[Process] fix some typos and refactor some code
|
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
|
1eb5593edd
[Process] Make Process::start non-blocking on Windows platform
|
10 years ago |
Romain Neutron
|
33febe2d2b
[Process] Handle idle timeout and disable output conflict
|
10 years ago |
Romain Neutron
|
d64f92732e
[Process] Avoid failure when calling Process::stop in edge cases
|
10 years ago |
Fabien Potencier
|
1848a39779
Merge branch '2.3' into 2.4
|
10 years ago |
Romain Neutron
|
be017d5dc6
[Process] Add Process::disableOutput and Process::enableOutput methods
|
11 years ago |
Romain Neutron
|
d032687566
[Process] Make process tests more accurate on exception messages
|
10 years ago |