Home > PHP Framework > Swoole > body text

How to uninstall swoole extension

Release: 2020-01-13 13:50:47
Original
5487 people have browsed it

How to uninstall swoole extension

Swoole is a PHP asynchronous network communication engine for production environments, allowing PHP developers to write high-performance asynchronous concurrent TCP, UDP, Unix Socket, HTTP, and WebSocket services.

Let’s take a look at how to uninstall the swoole extension:

1. Delete extension=swoole.so in php.ini

2. Uninstall , switch to the bin in the PHP installation directory (use command: which php)

Enter the directory:

cd /usr/bin
Copy after login

Execute:

./pecl uninstall swoole
Copy after login

How to uninstall swoole extension

Recommended learning: swoole tutorial

The above is the detailed content of How to uninstall swoole extension. 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