Home >PHP Framework >Workerman >What should I do if workerman cannot monitor?

What should I do if workerman cannot monitor?

藏色散人
藏色散人Original
2019-12-13 11:10:243114browse

What should I do if workerman cannot monitor?

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn