Home > PHP Framework > Workerman > Does workerman need to be installed?

Does workerman need to be installed?

Release: 2019-12-06 09:17:26
Original
2377 people have browsed it

Does workerman need to be installed?

Workerman needs to be installed. Let’s take a look at how to install Workerman. (Recommended: workerman tutorial)

The first step is to detect the installation environment

curl -Ss http://www.workerman.net/check.php | php

Does workerman need to be installed?

The operation result shows an error. You need to find the php.ini file.

The solution is as follows:

1. Open php.ini and find the disable_functions item. , delete the stream_socket_server disabled item.

Download the Workerman-master installation package

Does workerman need to be installed?

mv Workerman-master Workerman Modify the directory name

Does workerman need to be installed?

Running this test file in a linux file displays the following results

Does workerman need to be installed?

The above is the detailed content of Does workerman need to be installed?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template