下载源码
cd /usr/local/src wget https://www.php.net/distributions/php-7.0.33.tar.gz
解压源码包
tar -zxvf php-7.0.33.tar.gz
执行
configure
脚本,可以执行./configure --help
查询相关配置./configure --prefix=/usr/local/php7.0 \ --enable-fpm \ --with-openssl \ --with-zlib \ --enable-bcmath \ --with-curl \ --enable-ftp \ --with-gd \ --enable-mbstring \ --with-mcrypt \ --with-mysqli \ --enable-pcntl \ --with-pdo-mysql \ --enable-soap \ --enable-zip \ --enable-mysqlnd \
编译安装
make && make install
版权属于:
basil
作品采用:
《
署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)
》许可协议授权