• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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