Windows php5.4 adding Redis extensions

Source: Internet
Author: User
Tags phpinfo
First download the php5.4 version of the Php_igbinary.dll,php_redis.dll extension. : http://download.csdn.net/detail/gejinbao357/8192795 Blog Park Download: Http://files.cnblogs.com/files/chy123/redis%E6%9C%8D %e5%8a%a1win_php%e6%89%a9%e5%b1%95_5.4.rar uses the Phpinfo () function to view PHP version information, which determines the extension file version, As well as the address of the php.ini, as well as the extended storage address, if Wamp is decompressed, copy Php_redis.dll and php_redis.pdb to the Ext directory of PHP to modify PHP.ini, ( PS: This php.ini file is in the Apache directory) added to the file:;p hp_redisextension=php_igbinary.dllextension=php_redis.dll Note: extension=php_ Igbinary.dll must be placed in front of the extension=php_redis.dll, otherwise this extension will not take effect. After restarting Apache, use Phpinfo to see if the extension has successfully installed the reference documentation: http://jingyan.baidu.com/article/9989c74631873bf648ecfed4.html

Windows php5.4 adding Redis extensions

Related Article

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.