Niklas Keller
90a18ada1a
Fix exit code on Windows
2017-06-15 21:10:41 +02:00
Aaron Piotrowski
fb0a6456b0
Close pipe resources on destruct
2017-06-15 13:13:07 -05:00
Aaron Piotrowski
73582f9ee7
Return streams from Process and drop StreamedProcess
2017-06-15 12:52:07 -05:00
Niklas Keller
71ab90c2d8
Add PHP_CS_FIXER_IGNORE_ENV=1
2017-06-15 19:33:08 +02:00
Niklas Keller
1d204cb80f
Fix installation on Travis for PHP 7.2
2017-06-15 19:30:27 +02:00
Aaron Piotrowski
d1808ff741
Fix branch names
2017-06-15 12:21:23 -05:00
Aaron Piotrowski
0384d99f26
Update readme
2017-06-15 12:17:45 -05:00
Aaron Piotrowski
743824d462
Merge branch 'master' into amp_v2
2017-06-15 12:16:54 -05:00
Aaron Piotrowski
319de2ff33
Update fixer config / fix styles
2017-06-15 12:11:38 -05:00
Aaron Piotrowski
18ef28bf71
Refactor StreamedProcess
2017-06-15 12:02:50 -05:00
Bob Weinand
594a5ef039
Prevent crash when queueing writes before StreamedProcess::start()
2017-04-13 01:57:19 +02:00
Aaron Piotrowski
6b965310b0
when() → onResolve()
2017-03-21 17:37:12 -05:00
Aaron Piotrowski
9c8fe73b2c
Only reference watcher if running
2017-03-16 22:25:26 -05:00
Aaron Piotrowski
a69d56bb1b
Separate start and join methods
...
Allows exit code watcher to be unreferenced until the promise is requested.
2017-03-16 22:19:15 -05:00
Aaron Piotrowski
3ec6b15a18
Merge branch 'read-pid-from-pipe' into amp_v2
2017-03-16 12:53:06 -05:00
Aaron Piotrowski
1736be4a7c
Update for async-interop merge and other Amp changes
2017-03-16 10:04:52 -05:00
Aaron Piotrowski
b449381132
Read line instead of fix number of bytes
2017-03-09 23:33:23 -06:00
Aaron Piotrowski
fd97a8a8aa
Immediately read PID
2017-03-08 23:28:08 -06:00
Niklas Keller
86479bc591
Require fully qualified function calls
2017-03-05 18:08:34 +01:00
Niklas Keller
03ca5f810b
Fix exit code on Windows
2017-03-05 17:48:27 +01:00
Aaron Piotrowski
ee7f35c3e4
Another try…
2017-02-09 13:32:07 -06:00
Aaron Piotrowski
4efa63d70d
Check for fast process finish
2017-02-09 12:25:27 -06:00
Aaron Piotrowski
96399025bb
Fix reading exit code on Windows
2017-02-09 11:17:05 -06:00
Aaron Piotrowski
37cf53aa27
Revert exit code piping change; remove exit code verification
2017-02-03 16:32:30 -06:00
Aaron Piotrowski
53b45ce0b9
Simpler exit code piping
2017-02-03 16:10:22 -06:00
Daniel Lowrey
4a4311f20c
Rename LICENCE to LICENSE
2017-02-02 17:08:25 -05: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
f22cca2af3
Merge pull request #6 from amphp/array-api
...
Allow array in process constructor
2016-09-24 12:49:26 +02:00
Niklas Keller
053a7bea47
Allow array in process constructor
2016-09-24 09:00:47 +02:00
Bob Weinand
255325ca82
Properly throw an InvalidArgumentException in Process::write()
2015-12-24 13:44:49 +01:00
Bob Weinand
365fe2e096
Fix process exit watching
...
The issue is that proc_get_status() isn't very useful as a shell is in between.
Removed the shell for windows and added a third pipe for exit status watching on Unix. This also guarantees that the process will always have been properly closed when we resolve our Promise.
2015-10-25 18:18:56 +01: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
a24fc9d9c3
Removed 'phpenv rehash' from .travis.yml
2015-09-11 19:21:31 +02:00
Edoardo Biraghi
25008b4212
Removed @coverage comments
2015-09-11 19:19:14 +02:00
Edoardo Biraghi
7b7efae820
Add more tests for exec(), kill(), pid() and status()
2015-09-11 19:05:46 +02:00
Edoardo Biraghi
f709600db5
Exclude tests against Libevent and Uv if the extensions are not loaded.
2015-09-11 17:21:42 +02:00
Edoardo Biraghi
096c908973
Testing against UvReactor
2015-09-11 17:16:40 +02:00
Edoardo Biraghi
fdf63c3866
Testing with Travis CI
2015-09-11 17:11:45 +02:00
Edoardo Biraghi
c449c52e75
Start testing with PHPUnit on multiple reactors
2015-09-11 16:39:38 +02:00
Edoardo Biraghi
5124e1432a
Changed pid() and added status();
2015-09-11 15:38:51 +02:00