Redis Extensions for installing PHP under Windows

Source: Internet
Author: User
Tags phpinfo

I PHP development with the window platform under the integration environment (Xampp,wamp), recently put Magento project to local, need Redis support.

So learning a bit, today to share with you.

1, check your computer system to download the corresponding Redis.

Https://github.com/MSOpenTech/redis

https://github.com/phpredis/phpredis/issues/213#issuecomment-11361242

I have a network of 32-bit 64-bit: https://yunpan.cn/cuENrnfiHHR9t access password a94b

2, query your own phpinfo information, download the corresponding Redis extension

, My Environment information: PHP 5.6 Architecture x86 Compiler MSVC11

Extension: http://windows.php.net/downloads/pecl/snaps/redis/2.2.5/

Select Php_redis-2.2.5-5.6-ts-vc11-x86.zip to download.

3, any modification php.ini, in any position alone (for better readability, recommended to add to the dynamic Extensions label) add the following code, the order cannot be modified.

Extension=php_igbinary. dllextension=php_redis.dll

4. Restart Apache to see if Phpinfo has redis extension information

With a simple 4 step, the Redis extension for PHP is installed. Ya minute fly Butterfly




Redis Extensions for installing PHP under Windows

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.