文字
分享

安装

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).

用户评论:

[#1] dalechetty11 at yahoo dot co dot uk [2014-01-11 20:30:26]

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

[#2] Michael [2009-06-11 02:26:50]

On some linux systems you might be able to simply do this:

sudo apt-get install php5-xsl

or similar.

上一篇:需求下一篇:运行时配置