Hello,
I recently installed PHP and MySQL on Windows Server 2003 Web Edition
(IIS6). PHP and MySQL run fine without problems.
But I can't get PHP's DOMXML and XSLT extensions to work.
Previously it has worked in XP Pro.
I copied the PHP_DOMXML.DLL and PHP_XSLT.DLL into the system directory and
added the lines:
"extension=php_ xslt.dll" and "extension=php_ domxml.dll" to the PHP.INI file.
I can't figure out what's wrong.
Maybe you can help me.
Thanks,
Ramon.
I recently installed PHP and MySQL on Windows Server 2003 Web Edition
(IIS6). PHP and MySQL run fine without problems.
But I can't get PHP's DOMXML and XSLT extensions to work.
Previously it has worked in XP Pro.
I copied the PHP_DOMXML.DLL and PHP_XSLT.DLL into the system directory and
added the lines:
"extension=php_ xslt.dll" and "extension=php_ domxml.dll" to the PHP.INI file.
I can't figure out what's wrong.
Maybe you can help me.
Thanks,
Ramon.
Comment