标签 ›
PHP
下载php到本地
解压
预编译,记得同时创建 /opt/php 目录
./configure --prefix=/opt/php --with-config-file-path=/opt/php/etc --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-mysqli --with-pdo-mysql --with-iconv-di...