• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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