PHP5.5 installation php-redis extension_PHP tutorial

WBOY
Release: 2016-07-13 10:29:57
Original
890 people have browsed it

Xampp integrated environment for development under windows. I want to install a php-redis extension. The github address of the extension: https://github.com/nicolasff/phpredis

Find the installation process under windows in the description: https://github.com/nicolasff/phpredis/issues/213#issuecomment-11361242

The PHP version mentioned in it is still 5.4. I looked at my PHP version and it is 5.5.6. I can only find other ones. For version 5.4, you can consider using this installation guide

Then look for the 5.5 extension and find this download list:

php_redis-5.5-vc11-ts-x86-00233a.zip http://d-h.st/4A5
php_igbinary-5.5-vc11-ts-x86-c35d48.zip http://d-h.st/QGH

php_redis-5.5-vc11-nts-x86-00233a.zip http://d-h.st/uGS
php_igbinary-5.5-vc11-nts-x86-c35d48.zip http://d-h.st/bei

php_redis-5.5-vc11-ts-x64-00233a.zip http://d-h.st/1tO
php_igbinary-5.5-vc11-ts-x64-c35d48.zip http://d-h.st/rYb

php_redis-5.5-vc11-nts-x64-00233a.zip http://d-h.st/N0d
php_igbinary-5.5-vc11-nts-x64-c35d48.zip http://d-h.st/c1a

Check your phpinfo information

Select the ts-x86 package download, and put the downloaded and decompressed php_igbinary.dll and php_redis.dll into the ext directory of php

Then modify php.ini and add

; php-<span>redis
extension</span>=php_igbinary.<span>dll
extension</span>=php_redis.dll
Copy after login

Restart apache and check phpinfo to see the redis extension information

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/768446.htmlTechArticlexampp integrated environment for development under windows. I want to install a php-redis extension. The github address of the extension: https ://github.com/nicolasff/phpredis Find the installation process under windows in the description: htt...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template