Page 1 of 1

Enabling XSL support in XAMPP 1.7.4

PostPosted: 10. March 2011 19:28
by dominicsayers
I don't remember this being a problem in previous versions, but in 1.7.4 there is no mention of XSL in php.ini at all. The extension is there in the ext directory but it is not enabled.

For me the solution was simple:

1. Add the line
Code: Select all
extension=php_xsl.dll
to the Windows Extensions section of php.ini (line 988 in my case)
2. Restart Apache