stream
stream copied to clipboard
Event-driven readable and writable streams for non-blocking I/O in ReactPHP.
With PHP 8.2 coming out later this year, we should be reading for it's release to ensure all out code works on it.
I was able to reproduce the following error in several Windows machines: when trying to read a text file using `ReadableResourceStream` I receive _RuntimeException: Unable to set stream resource to...
Following roadmap https://github.com/reactphp/http/issues/517
This changeset updates the project to require PHP 7.1+ and drop legacy PHP < 7.1 and HHVM as discussed in #173. I'm marking this as a BC break for anybody...
# ReactPHP v3 is going to happen! 🎉 We're committed to work on the next major version of ReactPHP. We've started working on this a while ago and believe it's...
This changeset improves PHP 8.5+ support by porting #185 from `1.x` to `3.x`. Builds on #177, #181, and many others.
This PR adds support for PHP8.5 by running against PHP8.5 on CI and ensuring the code is compatible with PHP8.5. Builds on #179, #184, and many others.
These changes allow IDEs and PHPStan to more correctly detect the type of objects returned from the `React\Stream\Util::pipe()` and `React\Stream\ReadableStreamInterface::pipe()` methods. After applying these changes, calling chains from `pipe()` methods...