lnmp安装2个版本PHP教程
我原先装了5.6版本的PHP 后来想装个PHP7.0.14版本 一方面看看稳定性 另一方面看看性能怎么样
装的方法跟PHP5.6一样 如下链接
就是配置这里 安装路径 这个别把原来的PHP5.6覆盖了
--disable-fileinfo 加了这个编译后不会提示虚拟内存不足
./configure --prefix=/usr/local/php7014 --with-iconv=/usr/local/libiconv --enable-sysvsem --with-curl --enable-mbregex --enable-mbstring --with-mcrypt --with-gd --with-openssl --with-mhash --enable-sockets --with-xmlrpc --with-zlib --enable-fpm --with-config-file-path=/usr/local/php7014/etc --enable-opcache --disable-fileinfo
查看原文: http://newmiracle.cn/?p=904