reactphp / socket

Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
https://reactphp.org/socket/
MIT License
1.21k stars 157 forks source link

Support PHP 8.1 #277

Closed clue closed 2 years ago

clue commented 2 years ago

This changeset adds support for PHP 8.1.

I'm marking this as WIP because it currently reports a deprecation notice that needs to be addressed upstream first (https://github.com/reactphp/promise-timer/pull/50). I'll update this PR once this version is released.

Builds on top of #274 Refs https://github.com/friends-of-reactphp/mysql/pull/150

clue commented 2 years ago

Updated now that PromiseTimer has been released :shipit: