Maison >développement back-end >tutoriel php >CentOS7 php installe l'extension amqp

CentOS7 php installe l'extension amqp

不言
不言original
2018-04-20 10:11:192452parcourir

Cet article présente principalement le php CentOS7 pour installer l'extension amqp. Il a une certaine valeur de référence. Maintenant, je le partage avec tout le monde. Les amis dans le besoin peuvent s'y référer

Après avoir continué à installer Rabbitmq, installez la dernière. extension php amqp

http://www.cnblogs.com/8000cabbage/p/7788575.html

Référence : carson

1. Installation lapinmq-c

https://github.com/alanxz/rabbitmq-c/releases

Installation de la dernière version //Le le processus de téléchargement peut prendre un certain temps. 🎜>

2 Installez amqp


Site officiel : http://pecl.php.net/package/amqp

CentOS7 php installe lextension amqpTéléchargez la dernière version

wget -c https://github.com/alanxz/rabbitmq-c/releases/download/v0.8.0/rabbitmq-c-0.8.0.tar.gztar zxf rabbitmq-c-0.8.0.tar.gz

cd rabbitmq-c-0.8.0./configure --prefix=/usr/local/rabbitmq-c-0.8.0make && make install

CentOS7 php installe lextension amqp


3.php.ini Ajouter un module

vi /usr/local/php/etc/php.iniCentOS7 php installe lextension amqpAjouter

wget -c http://pecl.php.net/get/amqp-1.9.3.tgztar zxf amqp-1.9.3.tgz

cd amqp-1.9.3/usr/local/php/bin/phpize

./configure --with-php-config=/usr/local/php/bin/php-config --with-amqp --with-librabbitmq-dir=/usr/local/rabbitmq-c-0.8.0make && make install
extension =

/usr /local/php/lib/php/extensions/no-debug-non-zts-20151012/amqp.so CentOS7 php installe lextension amqpsystemctl redémarrer php-fpm

Afficher phpinfo()

Cliquez pour ouvrir le lien

Recommandations associées :

CentOs7 pour créer un environnement PHP



Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn