编译安装php7.3

./configure --prefix=/usr/local/php7.3.9 --with-gd --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-openssl --enable-mbstring --enable-fpm

ln -s /usr/local/php7.3.9/bin/php /usr/bin/php

原文地址:https://www.cnblogs.com/maidongdong/p/11456731.html