• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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