请注意,本文编写于 4506 天前,最后修改于 1556 天前,其中某些信息可能已经过时。
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