wget http://cl1.php.net/get/php-7.0.0.tar.gz/from/this/mirrortar zxf php-7.0.0.tar.gzcd php-7.0.0./configure \--prefix=/usr/local/php \--with-apxs2=/usr/local/apache2/bin/apxs \--with-config-file-path=/usr/local/php \--with-mysqli=/usr/local/mysql/bin/mysql_config \--with-pdo-mysql=/usr/local/mysql \--with-gd \--with-gettext \--with-iconv \--with-zlib \--with-openssl \--with-curl \--with-freetype-dir=/usr/include/freetype2/freetype/ \--with-bz2 \--with-jpeg-dir \--with-png-dir \--with-mcrypt \--enable-gd-native-ttf \--enable-mbstring \--enable-sockets \--enable-pcntl \--enable-xml make make install
目前已有 For PHP 7的redis https://github.com/edtechd/phpredis
目前已有 For PHP 7的memcache https://github.com/php-memcached-dev/php-memcached/tree/php7
目前没有 For PHP 7的Phalcon框架
生产环境部署 PHP 7还是要等一等...