Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/reactphp/child-process

Event-driven library for executing child processes with ReactPHP.
https://github.com/reactphp/child-process

Improve PHP 8.4+ support by avoiding implicitly nullable types

clue opened this pull request 3 months ago
support $cmd as array in Process

staabm opened this issue 7 months ago
Next steps for ChildProcess with ReactPHP v3

SimonFrings opened this issue 8 months ago
Run tests on PHP 8.3 and update test suite

clue opened this pull request 10 months ago
Don't replace generated command from \ to \\

samsonasik opened this issue about 1 year ago
Remove legacy sigchild compatibility layer

clue opened this pull request over 1 year ago
Update test suite and report failed assertions

clue opened this pull request almost 2 years ago
Hello `0.7.x` development branch

clue opened this pull request about 2 years ago
Set up PHPStan on GitHub Actions

nhedger opened this pull request about 2 years ago
Test on PHP 8.2

WyriHaximus opened this pull request about 2 years ago
Skip failing tests on bugged versions (PHP 8.1.8)

clue opened this pull request about 2 years ago
Callback as child processes

ClosetMonkey opened this issue about 2 years ago
Skip failing tests on bugged versions (PHP 8.1.7 and PHP 8.0.20 only)

clue opened this pull request over 2 years ago
chore(docs): remove leading dollar sign

nhedger opened this pull request over 2 years ago
Improve error reporting when custom error handler is used

clue opened this pull request over 2 years ago
Fix legacy HHVM build by downgrading Composer

SimonFrings opened this pull request over 2 years ago
Add badge to show number of project installations

SimonFrings opened this pull request over 2 years ago
Support PHP 8.1

SimonFrings opened this pull request almost 3 years ago
Fix detecting closed socket pipes on PHP 8

clue opened this pull request about 3 years ago
Skip sigchild check if `phpinfo()` has been disabled

clue opened this pull request about 3 years ago
Fatal error when phpinfo is disabled

maxmilash opened this issue about 3 years ago
Simplify usage by supporting new default loop

clue opened this pull request over 3 years ago
is it possible to debug a child process?

nivpenso opened this issue over 3 years ago
Support PHP 8 and add non-blocking I/O support on Windows with PHP 8

clue opened this pull request over 3 years ago
Use GitHub actions for continuous integration (CI)

clue opened this pull request over 3 years ago
Trying to access array offset on value of type null

valzargaming opened this issue over 3 years ago
Run tests on PHPUnit 9 and update PHPUnit configuration schema for PHPUnit 9.3

SimonFrings opened this pull request over 3 years ago
Run tests on PHP 7.4

gdejong opened this pull request almost 4 years ago
Update docblock for Process::$pipes

gdejong opened this pull request almost 4 years ago
process terminate not working as expected

corosion opened this issue about 4 years ago
Add full core team to the license

WyriHaximus opened this pull request about 4 years ago
Add process interface

ghost opened this pull request over 4 years ago
add possibility to set I/O streams buffer sizes

alexgivi opened this pull request almost 5 years ago
Add .gitattributes to exclude dev files from exports

reedy opened this pull request almost 5 years ago
Consider adding specific libuv adapter

clue opened this issue over 5 years ago
Improve error reporting when spawning child process fails

clue opened this pull request over 5 years ago
Clean up API

clue opened this issue almost 6 years ago
Run tests on Windows via Travis CI

clue opened this pull request almost 6 years ago
[WIP] Run tests on Mac OS X and Windows on Travis CI

clue opened this pull request almost 6 years ago
Improve documentation for exit event and minor docblock updates

ghost opened this pull request almost 6 years ago
Support spawning child process on Windows without process I/O pipes

clue opened this pull request almost 6 years ago
Support passing custom pipes and file descriptors to child process

clue opened this pull request almost 6 years ago
Expose all standard I/O pipes in an array

clue opened this pull request almost 6 years ago
Improve sigchild compatibility and support explicit configuration

clue opened this pull request almost 6 years ago
Remove unused options passed to proc_open() (Windows only)

clue opened this pull request almost 6 years ago
PHPUnit Code Coverage for runned process

Kolesar opened this issue almost 6 years ago
Improper detection of sigchld compile flag

JoelFeiner opened this issue almost 6 years ago
Fix typo

iamluc opened this pull request over 6 years ago
Detect exit immediately if last process pipe is closed

clue opened this pull request almost 7 years ago
What is the correct way to obtain data from a subprocess

Juanperezc opened this issue almost 7 years ago
Fix forward compatibility with upcoming EventLoop releases

clue opened this pull request almost 7 years ago
Fix test suite race condition by catching namespaced Exception variant

clue opened this pull request almost 7 years ago
Forward compatibility with PHPUnit 6

clue opened this pull request almost 7 years ago
Simplify test bootstrapping logic via Composer

clue opened this pull request almost 7 years ago
[FYI] Child processes inherit open file handles from parent

clue opened this issue about 7 years ago
Remove now unneeded buffer workaround for legacy PHP < 5.4

clue opened this pull request about 7 years ago
Throw LogicException when proc_open() is not installed

mdrost opened this pull request about 7 years ago
Persistent SSH Child Process

ThatsARapp opened this issue about 7 years ago
Throw LogicException on Windows

WyriHaximus opened this pull request about 7 years ago
Forward compatibility with EventLoop v1.0 and v0.5

clue opened this pull request about 7 years ago
Lock Travis distro so new defaults will not break the build

clue opened this pull request about 7 years ago
Target evenement 3.0 a long side 2.0 and 1.0

WyriHaximus opened this pull request about 7 years ago
Spawn child process and creatie server in it

dejanmilosevic0 opened this issue about 7 years ago
Documentation and examples for process termination

clue opened this pull request about 7 years ago
Added a note about windows compatibility to the readme

WyriHaximus opened this pull request over 7 years ago
Segmentation Fault (core dumped)

istvanskeri opened this issue over 7 years ago
Fix HHVM build for now again and ignore future HHVM build errors

clue opened this pull request over 7 years ago
Update react/stream to support 0.7.2 and future 1.x

WyriHaximus opened this pull request over 7 years ago
Update stream dependency to 0.7

nick4fake opened this issue over 7 years ago
update

CarlosMobileSail opened this pull request over 7 years ago
Use reactphp/stream: 0.6

maciejmrozinski opened this pull request over 7 years ago
Improve documentation for command passed to Process, plus tests

clue opened this pull request over 7 years ago
Add examples and benchmarking scripts

clue opened this pull request over 7 years ago
Test against PHP 7.1

WyriHaximus opened this pull request over 7 years ago
Roadmap to v1.0.0

clue opened this issue over 7 years ago
STDIO streams should be readable or writable, but not duplex

clue opened this issue over 7 years ago
[RFC] Improve compatibility with legacy versions

clue opened this pull request over 7 years ago
Remove AppVeyor configuration

clue opened this pull request over 7 years ago
Add PHPUnit to require-dev

clue opened this pull request over 7 years ago
Forward compatibility with Stream v0.5

clue opened this pull request over 7 years ago
Test against PHP 7.1

WyriHaximus opened this pull request almost 8 years ago
Remove branch-alias definition as per reactphp/react#343

WyriHaximus opened this pull request over 8 years ago
proc_close can make PHP hang

davidcole1340 opened this issue over 8 years ago
Target TimerInterface instead of Timer

WyriHaximus opened this pull request over 8 years ago
AppVeyor config to run tests on windows

WyriHaximus opened this pull request almost 9 years ago
How use callbacks and pass arguments to the child process

oviniciuslara opened this issue almost 9 years ago
Wait for stdout and stderr to close before watching for process exit …

mbonneau opened this pull request almost 9 years ago
Process close does not wait for stdout/stderr to drain

igorwwwwwwwwwwwwwwwwwwww opened this issue about 9 years ago
Emit end/close event once streams end

clue opened this issue over 9 years ago
streams are already set non-blocking in Stream::__construct()

staabm opened this pull request over 9 years ago
Don't wait for a timer when the process already died

nicolas-grekas opened this pull request over 9 years ago
Test against PHP7

WyriHaximus opened this pull request over 9 years ago
Windows test suite compatibility

jmikola opened this pull request over 9 years ago
Add support for additional file descriptors

vektah opened this issue over 9 years ago
Windows fix

moufmouf opened this pull request over 9 years ago
Fixing unit tests for Windows

moufmouf opened this pull request over 9 years ago
Windows compatibility?

moufmouf opened this issue over 9 years ago