search
HomePHP FrameworkSwooleDetailed swoole installation

Detailed swoole installation

Recommended (free): swoole

PHP version: php7
swoole version: swoole (latest)
Server: CentOS 7.6

swoole is configured in a Unix-like environment such as Linux or ios, and the Windows environment does not support it well

tar compilation and installation reference: https: //www.jianshu.com/p/0c0d19c36ed0

Compilation and installation reference: http://www.hu-rong.com/article/323

https://blog.csdn. net/q85795362/article/details/85256206

The steps to install swoole are as follows:

Preparation work:

1, check the linux (CentOS7.6 is used as an example here) version :

[root@VM_6_21_centos ~]# cat /etc/redhat-release

2, check the PHP version

[root@VM_6_21_centos ~]# php -v

3, check the extensions installed by PHP

[root@VM_6_21_centos ~]# php -m

4, check the current location:

[root@VM_6_21_centos ~]# pwd

5 , Install dependency package files # find / -name phpize Find: phpize

[root@VM_6_21_centos ~]# yum install php-devel      # 通过php的工具包添加扩展,运行命令:phpize
                         yum install glibc-headers  
                         yum install gcc-c++ 
                         yum install git            # git clone
                         yum -y install nghttp2

6, I installed lnmp

php.ini 位置   :  /usr/local/php/etc/php.ini    或者  whereis php.ini

using oneinstack integrated environment, start the installation

1, cd Go to your home directory, download swoole

[root@VM_6_21_centos ~]# git clone https://github.com/swoole/swoole-src.git[root@VM_6_21_centos ~]# ls[root@VM_6_21_centos ~]# mkdir /usr/local/swoole/

2, copy swoole-src in the /root directory to /usr/local/swoole/

[root@VM_6_21_centos ~]# cp -r /root/swoole-src/.  /usr/local/swoole/

3, the location of my PHP installation (php7.2.16 ) /usr/local/php/bin/php-config (Specific situations will be treated on a case-by-case basis)

[root@VM_6_21_centos ~]#   cd  /usr/local/swoole/[root@VM_6_21_centos swoole]#  ./configure   --with-php-config=/usr/local/php/bin/php-config --enable-sockets --enable-openssl  --enable-http2        # 配置[root@VM_6_21_centos swoole]#  make clean && make && sudo make install   # 编译安装

4, swoole.so configuration location

[root@VM_6_21_centos ~]# vim  /usr/local/php/etc/php.ini配置:
extension =/usr/local/php/lib/php/extensions/no-debug-non-zts-20170718/swoole.so

Detailed swoole installation

修改了php配置需要平滑启动php-fpm[root@VM_6_21_centos ~]# ps -aux | grep php-fpm 找到phpfpm 的master process的进程id[root@VM_6_21_centos ~]#   kill -SIGUSR2 process_id          #实现平滑重启php-fpm

Detailed swoole installation

The above is the detailed content of Detailed swoole installation. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:CSDN. If there is any infringement, please contact admin@php.cn delete
Detailed tutorial on how to install swooleDetailed tutorial on how to install swooleMar 06, 2025 pm 02:29 PM

This tutorial details Swoole installation methods (PECL, manual, Docker), addressing common OS and user scenarios. It covers troubleshooting, including dependency issues and configuration problems, and offers best practices for post-installation opt

Swoole server usage tutorialSwoole server usage tutorialMar 06, 2025 pm 02:24 PM

This tutorial introduces Swoole, a high-performance asynchronous PHP networking engine. It details Swoole server setup, highlighting crucial aspects like asynchronous operations, memory management, and efficient worker process utilization to avoid c

Swoole compilation and installation tutorial latest sharingSwoole compilation and installation tutorial latest sharingMar 06, 2025 pm 02:25 PM

This article provides a comprehensive guide to compiling and installing the Swoole PHP extension. It details prerequisites, step-by-step instructions, common pitfalls (missing dependencies, incorrect paths, permissions), and optimization strategies

How to install swoole latest tutorialHow to install swoole latest tutorialMar 06, 2025 pm 02:27 PM

This guide details Swoole installation on Linux, using Composer (recommended) or PECL. It addresses prerequisites (PHP, Composer/PECL, development packages), common installation issues (missing dependencies, PHP version mismatches), and alternative

How can I use Swoole's memory pool to reduce memory fragmentation?How can I use Swoole's memory pool to reduce memory fragmentation?Mar 17, 2025 pm 01:23 PM

The article discusses using Swoole's memory pool to reduce memory fragmentation by efficient memory management and configuration. Main focus is on enabling, sizing, and reusing memory within the pool.

How do I extend Swoole with custom modules?How do I extend Swoole with custom modules?Mar 18, 2025 pm 03:57 PM

Article discusses extending Swoole with custom modules, detailing steps, best practices, and troubleshooting. Main focus is enhancing functionality and integration.

What are the swoole frameworks?What are the swoole frameworks?Mar 06, 2025 pm 02:30 PM

This article explores popular Swoole PHP frameworks, highlighting Hyperf, EasySwoole, and Swoft. Key differences discussed include feature complexity, learning curve, community support, and performance. The article emphasizes that framework selecti

How does Swoole's reactor model work under the hood?How does Swoole's reactor model work under the hood?Mar 18, 2025 pm 03:54 PM

Swoole's reactor model uses an event-driven, non-blocking I/O architecture to efficiently manage high-concurrency scenarios, optimizing performance through various techniques.(159 characters)

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),