conohaにphp7.2をいれる php

conohaにphp7.2をいれる
(ついでにmongodbも)

# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
# yum install --enablerepo=remi remi-php72 php php-devel php-mbstring php-mysqlnd php-pdo php-gd
# yum install --enablerepo=remi remi-php72 php-pear
# pecl install mongodb
# systemctl restart httpd