php7安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php7安装相关的知识,希望对你有一定的参考价值。

# 配置参数
./configure --prefix=/usr/local/php7 --with-config-file-path=/usr/local/php7/etc --with-mcrypt=/usr/include --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-gd --with-iconv --with-zlib --enable-xml --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --enable-mbregex --enable-fpm --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --with-curl --with-jpeg-dir --with-freetype-dir --enable-opcache
cp php.ini-production /usr/local/php7/etc/php.ini
cp sapi/fpm/init.d.php-fpm /etc/init.d/php7-fpm
chmod +x /etc/init.d/php7-fpm
cp /usr/local/php7/etc/php-fpm.conf.default /usr/local/php7/etc/php-fpm.conf
cp /usr/local/php7/etc/php-fpm.d/www.conf.default /usr/local/php7/etc/php-fpm.d/www.conf
/usr/local/php7/bin/php -v

 

以上是关于php7安装的主要内容,如果未能解决你的问题,请参考以下文章

Centos7 离线安装 php7

三十九安装PHP5安装PHP7

PHP7 - 从源代码 x86/x64 Windows 编译

Mac php7安装mongodb扩展以适配使用mongo扩展的php旧版本代码

PHP7.0 源码安装

Mac php7本地安装mongodb扩展以适配使用mongo扩展的线上老代码