php: xampp安装对应的phalcon版本(3.2.2-php5.6):比如redis-php5.6, php_igbinary-5.6

一.php安装redis扩展
 
1.使用phpinfo()函数查看PHP的版本信息,这会决定扩展文件版本
 php: xampp安装对应的phalcon版本(3.2.2-php5.6):比如redis-php5.6, php_igbinary-5.6_版本号
 
 php: xampp安装对应的phalcon版本(3.2.2-php5.6):比如redis-php5.6, php_igbinary-5.6_.net_02

2.根据PHP版本号,编译器版本号和CPU架构,

选择php_redis-2.2.5-5.6-ts-vc11-x64.zip和php_igbinary-1.2.1-5.5-ts-vc11-x64.zip

下载地址:

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

相应的:redis:

http://windows.php.net/downloads/pecl/releases/redis/2.2.7/

相应的:igbinary:

http://windows.php.net/downloads/pecl/releases/igbinary/2.0.1/

 

找到对应的版本即可