升级到 PHP 7.0

wget http://cl1.php.net/get/php-7.0.0.tar.gz/from/this/mirror
tar zxf php-7.0.0.tar.gz
cd 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

目前没有 For PHP 7的memcache

目前没有 For PHP 7的Phalcon框架

生产环境部署 PHP 7还是要等一等...


你可能感兴趣的:(升级到 PHP 7.0)