标签:-- free openssl bcmath nginx download config pcre socket
# 避免出错,先安装下面
yum install libxml2-devel openssl openssl-devel
# 下载
wget https://www.php.net/distributions/php-7.3.11.tar.gz
# 解压
tar -zxvf php-7.3.11.tar.gz
cd /data/source/php-7.3.11
# 编译
./configure --prefix=/usr/local/php7 --with-config-file-path=/usr/local/php7/conf --enable-fpm --with-fpm-user=www --with-fpm-group=www --disable-rpath --enable-soap --with-libxml-dir --with-xmlrpc --with-openssl --with-mhash --with-pcre-regex --with-zlib --enable-bcmath --with-bz2 --enable-calendar --with-curl --enable-exif --with-pcre-dir --enable-ftp --with-gd --with-openssl-dir --with-jpeg-dir --with-png-dir --with-zlib-dir --with-freetype-dir --enable-gd-jis-conv --with-gettext --with-gmp --with-mhash --enable-mbstring --with-onig --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-zlib-dir --with-readline --enable-shmop --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-libxml-dir --with-xsl --enable-zip --with-pear --enable-wddx
# 安装
make && make install
标签:-- free openssl bcmath nginx download config pcre socket
原文地址:https://www.cnblogs.com/qq917937712/p/11792024.html