I\'ve found an error on a page in my Magento application; it always show this message error when I visit it:
Fatal error: Class \'DOMDocument\' not fo
If compiling from source with --disable-all then DOMDocument support can be enabled with --enable-dom
--disable-all
--enable-dom
Example:
./configure --disable-all --enable-dom
Tested and working for Centos7 and PHP7