PHP Error - Unable to load DOMXML on Windows/IIS
January 7th, 2008If you’re installing or using PHP on Windows/IIS server it is possible that you receive the following error: “Unknown(): Unable to load dynamic library ‘…/php/extensions/php_domxml.dll’ - The specified module could not be found.”
To resolve this problem, please make sure you have following settings in php.ini file:
extension_dir = c:/php/extensions
[…]





