You also need to check libxml is installed. Check phpinfo() > Dom to see if it is. Bug report filed to get this added here.
Esta extensão requer a extensão PHP libxml. Isso significa que ao compilar o PHP é preciso passar a flag de configuração --with-libxml, ou antes do PHP 7.4, --enable-libxml, embora isso seja feito implicitamente pois a libxml está habilitada por padrão.
You also need to check libxml is installed. Check phpinfo() > Dom to see if it is. Bug report filed to get this added here.
Under Fedora packaging ssystems you will need php-xml
=> yum install php-xml