微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐