PHP7で「Fatal error: Class 'DOMDocument' not found 」を解決

PHP7でFatal error: Class 'DOMDocument' not foundが出たときに、xmlがないからエラーが出ている。というところまで突き止めた。

それから必死に

# yum install php-xml

を行ったが、幾らphp -mで確認してもインストールされていなかった。
これはphp5.4のxmlをインストールしに行ってしまっていた。


php7はこっち

# yum install --enablerepo=remi,remi-php70 php-xml