安装epel源
yum install epel-release -y
安装remi源
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
安装yum源管理工具
yum install yum-utils
安装php7.3
yum install -y php73-php-fpm php73-php-cli php73-php-bcmath php73-php-gd php73-php-json php73-php-mbstring php73-php-mcrypt php73-php-mysqlnd php73-php-opcache php73-php-pdo php73-php-pecl-crypto php73-php-pecl-mcrypt php73-php-geoip php73-php-recode php73-php-snmp php73-php-soap php73-php-xmll
管理服务
systemctl start/restart/stop/enable php73-php-fpm
查看版本
php73 -v