The AMQP extensions for PHP install Windows

Source: Internet
Author: User
Tags php download rabbitmq download rabbitmq
Because RABBITMQ is implemented by the Erlang language, you first install the Erlang environment
Erlang Download Install http://www.erlang.org/download.html
RABBITMQ Download Install https://www.rabbitmq.com/install-windows.html
The AMQP Extension for php download address: HTTP://PECL.PHP.NET/PACKAGE/AMQP
Windows installation process is not detailed, here is a simple configuration
Unzip the following as shown below

安装方法 :

1, copy Php_amqp.dll to Php/ext as I put in the G:/php/php-5.5.6-win32-vc11-x64/ext directory
2, add the following code in php.ini
[Amqp]extension=php_amqp.dll
3, copy Rabbitmq.1.dll to PHP directory as I put in the g:/php/php-5.5.6-win32-vc11-x64 directory
4. Modify the Apache configuration file httpd.conf Add in
LoadFile "Rabbitmq.1.dll file path"
such as my configuration information

Restart Apache Phpinfo shown below

The above describes the AMQP extension of PHP installation of Windows, including aspects of the content, I hope to be interested in PHP tutorial friends helpful.

  • 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.