php7.3编译安装 支持微擎2.0

再次整理

 
./configure --prefix=/usr/local/php \
--with-config-file-path=/usr/local/php \
--enable-fpm \
--with-fpm-user=www \
--with-fpm-group=www \ 
--enable-embedded-mysqli \
--disable-pdo \
--with-curl=/usr \
--with-openssl-dir=/usr \
--with-gd=/usr \
--with-libxml-dir=/usr \
--with-mysql-sock=SOCKPATH

猜你喜欢

转载自www.cnblogs.com/guiyishanren/p/11101655.html