Configuring Redis extensions under Windows Wamp

Source: Internet
Author: User
Tags apache php

Install this extension to download the corresponding DLL according to your PHP version.

(1) Download Php_redis.dll and php_igbinary. DLL.

(2) put the above 2 DLLs into the Ext folder under PHP

(3) Change PHP folder and php.ini under Apache folder

My environment:

System:

win8.1

Wampserver:

php:5.5.12

apache:2.4.9

mysql:5.6.17

Look at your phpinfo () information and find the following information

Then remove the corresponding DLL according to the php5.5,vc11,x64

Address: http://windows.php.net/downloads/pecl/releases/

Enter the igbinary/1.2.1 (latest) folder:

Then select 5.5-ts-vc11-x64, download extract to get php_igbinary. Dll.

Enter the redis/2.7 (latest) Folder:

Find 5.5-ts-vc11-x64, download extract to get php_redis.dll.

Copy 2 DLLs to the Wamp\bin\php\php5.5.12\ext folder

Find PHP and Apache PHP.ini separately (note that 2 changes are available)

Add

Extension=php_igbinary. DLL

Extension=Php_redis. DLL

Save, restart Apache, start Redis-server

Ok!

Configuring Redis extensions under Windows Wamp

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.