cd /usr/local/src
wget http://pecl.php.net/get/redis-5.3.4.tgz
tar -zxvf redis-5.3.4.tgz
cd redis-5.3.4
phpize
./configure --with-php-config=/usr/local/php74/bin/php-config
make && make install
cd /usr/local/src
wget http://pecl.php.net/get/redis-5.3.4.tgz
tar -zxvf redis-5.3.4.tgz
cd redis-5.3.4
phpize
./configure --with-php-config=/usr/local/php74/bin/php-config
make && make install
本文标题:安装php-redis扩展
本文链接:https://www.haomeiwen.com/subject/khgftjtx.html
网友评论