• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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