I had the same problem, I have php71 REMI installed on Centos7.
I checked this:
yum install php-xml
But it was installed, and I received this message:
Package php-xml-7.1.4-1.el7.remi.x86_64 already installed and latest version
Then I tried the following:
yum install php71-php-xml
And he was skipped, so I got
Dependencies Resolved ===================================== Package Arch Version Repository Size ===================================== Installing: php71-php-xml x86_64 7.1.4-1.el7.remi remi 164 k Transaction Summary ===================================== Install 1 Package
I answered βYesβ and βInstalledβ. Then restart httpd2.4:
service httpd restart
Then the problem was fixed.
source share