qazxsw1 发表于 2018-11-2 13:06:19

php 安装redis 4.0 扩展

# tar -xf redis-4.0.0.tgz  
# cd redis-4.0.0/
  
# /usr/local/php5/bin/phpize
  
Configuring for:
  
PHP Api Version:         20100412
  
Zend Module Api No:      20100525
  
Zend Extension Api No:   220100525
  
# ./configure --with-php-config=/usr/bin/php-config
  
# make
  
# make install
  
Installing shared extensions:   /usr/lib64/php/modules/


页: [1]
查看完整版本: php 安装redis 4.0 扩展