php7.4.11安装,由于php预编译参数中去掉几个参数,因此重新记录一下

./configure \
--prefix=/data/server/php/7.4.11/ \
--with-config-file-path=/data/server/php/7.4.11/etc/ \
--with-mysql-sock \
--with-mysqli \
--with-pdo-mysql \
--with-iconv-dir  \
--with-zlib  \
--disable-rpath \
--enable-bcmath \
--enable-shmop \
--enable-sysvsem \
--enable-inline-optimization \
--with-curl \
--enable-mbregex \
--enable-mbstring  \
--with-mhash \
--with-openssl \
--enable-soap \
--enable-sockets \
--enable-fpm \
--enable-ftp \
--with-ldap
最后修改:2020 年 10 月 19 日
如果觉得我的文章对你有用,请随意赞赏