walkor / workerman

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

posix and pcntl extensions added to composer dependencies #974

Closed luzrain closed 8 months ago

luzrain commented 8 months ago

I added posix and pcntl extensions to the composer dependencies and removed the pcntl_signal function existence condition in a few places.

walkor commented 8 months ago

For compatibility with Windows systems, these changes cannot be merged. Thank you very much for your