码迷,mamicode.com
首页 > Web开发 > 详细

php7.0.7安装redis ext

时间:2016-06-01 19:54:14      阅读:474      评论:0      收藏:0      [点我收藏+]

标签:

支持php7的igbinary
https://github.com/igbinary/igbinary7
  1. phpize
  2. `./configure:
    • With GCC: ./configure CFLAGS="-O2 -g" --enable-igbinary
    • With ICC (Intel C Compiler) ./configure CFLAGS=" -no-prec-div -O3 -xO -unroll2 -g" CC=icc --enable-igbinary
    • With clang: ./configure CC=clang CFLAGS="-O0 -g" --enable-igbinary
  3. make
  4. make test
  5. make install
  6. igbinary.so is installed to the default extension directory


支持php7的redis

https://github.com/edtechd/phpredis

phpize ./configure --enable-redis-igbinary make && make install


php7.0.7安装redis ext

标签:

原文地址:http://www.cnblogs.com/jk0011/p/5550797.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!