Name: | php-react-stream |
---|---|
Version: | 0.4.6 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 24624 |
License: | MIT |
RPM: | php-react-stream-0.4.6-1.el7.noarch.rpm |
Source RPM: | php-react-stream-0.4.6-1.el7.src.rpm |
Build Date: | Fri Dec 08 2017 |
Build Host: | x86-ol6-builder-05.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/reactphp/stream |
Summary: | Basic readable and writable stream interfaces that support piping |
Description: | Basic readable and writable stream interfaces that support piping. In order to make the event loop easier to use, this component introduces the concept of streams. They are very similar to the streams found in PHP itself, but have an interface more suited for async I/O. Mainly it provides interfaces for readable and writable streams, plus a file descriptor based implementation with an in-memory write buffer. This component depends on événement, which is an implementation of the EventEmitter. Autoloader: /usr/share/php/React/Stream/autoload.php |
- Update to 0.4.6 (RHBZ #1416595)
- Retrict evenement/evenement dependency to one major version - Minor update to SCL tests (only php54 and php55 if rhel)
- Initial package