linux 系统下安装多个php版本

思路:

  下载不同的PHP源码包,解压后安装在不同的目录下,修改PHP-fpm监听的端口号

 

PHP安装配置参数:

./configure --prefix=/usr/local/PHP71 --exec-prefix=/usr/local/PHP71 --bindir=/usr/local/PHP71/bin --sbindir=/usr/local/PHP71/sbin --includedir=/usr/local/PHP71/include --libdir=/usr/local/PHP71/lib/PHP --mandir=/usr/local/PHP71/PHP/man --with-config-file-path=/usr/local/PHP71/etc --with-mcrypt=/usr/local/libmcrypt --with-mhash --with-openssl --with-MysqLi=/usr/local/MysqL/bin/MysqL_config --with-pdo-MysqL=/usr/local/MysqL --with-gd --with-iconv --with-zlib --enable-inline-optimization --disable-debug --disable-rpath --enable-shared --enable-xml --enable-bcmath --enable-shmop --enable-sysvsem --enable-mbregex --enable-mbstring --enable-ftp --enable-gd-native-ttf --enable-pcntl --enable-sockets --with-xmlrpc --enable-soap --without-pear --with-gettext --enable-session --with-curl --with-jpeg-dir --with-freetype-dir --enable-fpm --without-gdbm --disable-fileinfo --enable-opcache=no

相关文章

/etc/sysctl.conf这个目录主要是配置一些系统信息,/etc/sys...
1.作用 useradd或adduser命令用来建立用户帐号和创建用户的起...
它们都是多模式编辑器,不同的是vim 是vi的升级版本,它不仅...
不管是我们在安装软件还是监测软件的使用性能,我们都要随时...
装好Tomcat7后,发现除了本机能访问外界访问不了,岂有此理。...
修改防火墙配置需要修改 /etc/sysconfig/iptables 这个文件,...