search
HomeBackend DevelopmentPHP7How to install amqp extension in php7 (based on Centos7.x)

Currently using Centos7.x system, php uses version 7.1, wlnmp one-click package has supported this extension

php7 installation amqp extension (based on Centos6.x) Reference: https://www. php.cn/topic/php7/437501.html

amqp expansion package address:

https://pecl.php.net/package/amqp

1. Install the required dependencies. If you are prompted that other dependencies are missing during compilation, please install them yourself

yum install epel-release
yum install autoconf gcc gcc-c++ librabbitmq librabbitmq-devel

2. Download the latest stable version of amqp

wget https://pecl.php.net/get/amqp-1.9.4.tgz
tar xf amqp-1.9.4.tgz
cd amqp-1.9.4
/usr/local/php/bin/phpize

According to your own phpize Just run it from the location (if you don’t know where phpize is, just find / -name phpize to search). After running, the following information will be prompted, and then compile

Configuring for:
PHP Api Version: 20160303
Zend Module Api No: 20160303
Zend Extension Api No: 320160303

3. Compile the extension module

./configure --with-php-config=/usr/local/php/bin/php-config
make
make install

and execute it. After completion, the directory where the extension module is compiled will be displayed /usr/local/php/lib/php/extensions/no-debug-non-zts-20160303/

4. Modify php.ini to add extension

extension_dir = "/usr/local/php/lib/php/extensions/no-debug-non-zts-20160303/"
extension=amqp.so

Note: If the extension_dir path has been configured before, you only need to configure extension=amqp.so

Save and exit, restart php

You can see through phpinfo that the extension has been Effective

How to install amqp extension in php7 (based on Centos7.x)

For more related PHP7 content, please visit: "PHP7" Tutorial

The above is the detailed content of How to install amqp extension in php7 (based on Centos7.x). For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:whsir. If there is any infringement, please contact admin@php.cn delete

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 Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web 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),

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

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.