标签:
支持php7的igbinary
https://github.com/igbinary/igbinary7
phpize
./configure CFLAGS="-O2 -g" --enable-igbinary
./configure CFLAGS=" -no-prec-div -O3 -xO -unroll2 -g" CC=icc --enable-igbinary
./configure CC=clang CFLAGS="-O0 -g" --enable-igbinary
make
make test
make install
支持php7的redis
https://github.com/edtechd/phpredis
phpize
./configure --enable-redis-igbinary
make && make install
标签:
原文地址:http://www.cnblogs.com/jk0011/p/5550797.html