PHP 7.0.6 Released

Installation

PHP 5 includes the XSL extension by default and can be enabled by adding the argument --with-xsl[=DIR] to your configure line (DIR being the libxslt installation directory).

User Contributed Notes

Michael
6 years ago
On some linux systems you might be able to simply do this:

sudo apt-get install php5-xsl

or similar.
dalechetty11 at yahoo dot co dot uk
2 years ago
this is very simple, in php directory , look for the ext folder,then look for php_xsl.dll, now open php.ini file and put this in bottom of file,extension=php_xsl.dll
To Top