Aaron Piotrowski
|
53b45ce0b9
|
Simpler exit code piping
|
2017-02-03 16:10:22 -06:00 |
|
Aaron Piotrowski
|
f2a8b44c40
|
Delay call to proc_close()
Calling proc_close() closes STDOUT and STDERR even if there is data available to read.
|
2017-01-16 12:37:00 -06:00 |
|
Aaron Piotrowski
|
ef6f58a4ce
|
Add isRunning() test
|
2017-01-15 23:07:51 -06:00 |
|
Aaron Piotrowski
|
aedbcbe339
|
Create Message objects on construct
Immediately buffers STDOUT and STDERR.
|
2017-01-15 09:46:41 -06:00 |
|
Aaron Piotrowski
|
7ccef896ee
|
Use Message for stdout and stderr
|
2017-01-15 09:30:34 -06:00 |
|
Aaron Piotrowski
|
79974426ae
|
Changes suggested by @kelunik plus some cleanup
|
2017-01-15 09:25:33 -06:00 |
|
Aaron Piotrowski
|
d899d24f18
|
Update StreamedProcess
|
2017-01-11 14:35:07 -06:00 |
|
Aaron Piotrowski
|
e062c3d207
|
Rename start() → execute() returning a promise; remove join()
|
2017-01-11 14:27:40 -06:00 |
|
Aaron Piotrowski
|
5181b53709
|
Do not chunk writes
|
2017-01-11 13:59:55 -06:00 |
|
Aaron Piotrowski
|
36c44aa353
|
Simplify writes
|
2017-01-11 13:57:04 -06:00 |
|
Aaron Piotrowski
|
3f3434ba18
|
Refactor for Amp v2
Merged Process and StreamedProcess from amphp/parallel that will now depend on this package.
|
2017-01-11 12:25:52 -06:00 |
|
Bob Weinand
|
d2da56638f
|
Fixup after PR #5, add some more tests
Also removing status() again
|
2015-09-16 19:56:15 +02:00 |
|
Edoardo Biraghi
|
618e4c9465
|
Removed unused functions
|
2015-09-11 19:23:57 +02:00 |
|
Edoardo Biraghi
|
7b7efae820
|
Add more tests for exec(), kill(), pid() and status()
|
2015-09-11 19:05:46 +02:00 |
|
Edoardo Biraghi
|
c449c52e75
|
Start testing with PHPUnit on multiple reactors
|
2015-09-11 16:39:38 +02:00 |
|