What should I do if Workerman cannot monitor?
Problem:
I followed the manual step by step, but found that an error occurred when starting the monitoring:
[think\exception\ThrowableError] Fatal error: Call to undefined function Workerman\Lib\pcntl_signal()
Local operating environment: win10 php7, I have used composer to download workerman-for-win
Solution:
If you install composer under windows, go to the first step of the document
composer require topthink/think-worker
When running, it will also download workerman/workerman by the way, but because it is running under windows, you need to delete workerman/workerman before proceeding to the next step
workerman/workerman-for-win
At this time, you can just start monitoring again!
Recommended: workerman tutorial
The above is the detailed content of What should I do if workerman cannot monitor?. For more information, please follow other related articles on the PHP Chinese website!