domdocument how to debug it

Hi
i write code like this

$dom = new DOMDocument('1.0', 'UTF-8');

and it gives me fatal error says "Fatal error: Cannot instantiate non-existent class: domdocument"

how to fix it?

thanks in advance.

Comments

    You need to enable the

    You need to enable the module that supports this class in the php.ini file.