Install windows with php amqp extension

Source: Internet
Author: User
Tags rabbitmq download
: This article describes how to install windows with the amqp extension of php. if you are interested in the PHP Tutorial, refer to it. Because RabbitMQ is implemented by the erlang language, the erlang environment must be installed first.
Erlang download installation http://www.erlang.org/download.html
Rabbitmq download installation https://www.rabbitmq.com/install-windows.html
Php amqp extension: http://pecl.php.net/package/amqp
The installation process of windows is not detailed. the configuration is briefly described here.
Decompress the package as follows:

Installation method:

1. copy php_amqp.dll to php/ext. put it in G:/php/php-5.5.6-Win32-VC11-x64/ext directory.
2. add the following code to php. ini:
[Amqp] extension = php_amqp.dll
3. copy rabbitmq.1.dll to the php Directory, for example, put my directory in G:/php/php-5.5.6-Win32-VC11-x64.
4. modify the apache configuration file httpd. conf to add
LoadFile "rabbitmq.1.dll file path"
For example, my configuration information

Restart apache phpinfo.

The above describes how to install windows through the amqp extension of php, including some content. I hope my friends who are interested in the PHP Tutorial can help me.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.