• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How do I enable domxml ?

M

madan

Guest
Hello,

I tried the follwowing steps but no success.... please advise.

1) open php.ini in C:\WINDOWS
2) in php.ini locate the extension path and change the line extension_dir = "./" to
extension_dir = "C:\PHP\extensions"
3) in php.ini locate the line ;extension=php_domxml.dll and remove the ; sign
4) copy iconv.dll from c:\php\dlls to c:\windows\system32
5) download domxml.zip from http://www.firepages.com.au/public/domxml.zip
6) copy the libxml2.dll from domxml.zip to c:\windows\system32
7) The php_domxml.dll should already exist in your c:\php\extensions directory (was also contained in PHP Win-32 ZIP file in step 2)
12) stop and restart your IIS
 
Back
Top