centosはphpをphp 7に更新する.2


前言
最新のwordpress-5.3.2 php 7の使用を推奨.3ですが、もともとできていたcentos 7のphp環境は7.0なので、php環境を更新したいです.
PHP更新ソースの更新を開始します.
rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm 
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
yum remove php-common -y  

PHP更新:
yum install -y php72w php72w-opcache php72w-xml php72w-mcrypt php72w-gd php72w-devel php72w-mysql php72w-intl php72w-mbstring  php72w-redis php72w-redis php72w-pdo

php fpmの更新:
yum install php72w-fpm
systemctl start php-fpm.service  		#   
systemctl enable php-fpm.service	    #