©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
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.