Releases: reactphp/socket
Releases · reactphp/socket
v0.4.3
- Suppress errors on stream_socket_accept to prevent PHP from crashing
- Support for PHP7 and HHVM
- Support PHP 5.3 again
v0.4.2
- [Connection] Verify stream is valid resource
v0.4.1
- Bug fix: Check read buffer for data before shutdown signal and end emit (@artydev)
- Bug fix: v0.3.4 changes merged for v0.4.1
v0.3.4
- Bug fix: Reset socket to non-blocking after shutting down (PHP bug)
v0.4.0
- BC break: Bump minimum PHP version to PHP 5.4, remove 5.3 specific hacks
- BC break: Update to React/Promise 2.0
- BC break: Update to Evenement 2.0
- Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0
- Bump React dependencies to v0.4
v0.3.1
- Feature: Support binding to IPv6 addresses (@clue)
v0.3.0
- Bump React dependencies to v0.3