安装igbinary
phpize
./configure
make && make install
安装PhpRedis
phpize
./configure --enable-redis-igbinary
make && make install
php.ini中增加(注意先后次序)
extension=igbinary.so
extension=redis.so
安装igbinary
phpize
./configure
make && make install
安装PhpRedis
phpize
./configure --enable-redis-igbinary
make && make install
php.ini中增加(注意先后次序)
extension=igbinary.so
extension=redis.so