Try this.
Add file: /etc/php.d/20-simplexml.ini
With content:
; Enable simplexml extension module
extension=simplexml
And to be just sure also add file: /etc/php.d/20-xml.ini
With content:
; Enable xml extension module
extension=xml.so
And restart apache: systemctl restart httpd
And restart php-fpm: service php-fpm restart