walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.17k stars 2.27k forks source link

PHP8.4弃用了隐式可空类型 #1046

Closed pinerge closed 3 months ago

pinerge commented 3 months ago

图片

https://github.com/walkor/workerman/blob/14e66a8c7353395b23e1fb3103d7dc778b4c27e2/src/Timer.php#L81

https://github.com/walkor/workerman/blob/14e66a8c7353395b23e1fb3103d7dc778b4c27e2/src/Protocols/Http.php#L76

只是会报 Deprecated,影响不大。

joanhey commented 3 months ago

It's only deprecated, we have time to change it !!

But thank you, for the info. :)