downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

実行時設定> <要件
Last updated: Fri, 13 Nov 2009

view this page in

インストール手順

PHP 5には、デフォルトでXSLエクステンションが含まれており、 configureに引数--with-xsl[=DIR] を追加することにより有効にすることができます。 DIR は libxslt をインストールしたディレクトリです。



実行時設定> <要件
Last updated: Fri, 13 Nov 2009
 
add a note add a note User Contributed Notes
インストール手順
Manu
26-Jul-2009 09:12
On Windows, if you chose "Custom" during installation; you will need to run the installation again, select "Change" in the second screen. And in the "Choose Items to Install" Screen select extensions and drop-down-select "Entire feature will be installed on local harddrive". This installs and activates xsl.
Michael
11-Jun-2009 09:26
On some linux systems you might be able to simply do this:

sudo apt-get install php5-xsl

or similar.
bit
06-Jun-2009 02:00
If you want to activate this extension on Windows, uncomment ";extension=php_xsl.dll" in your php.ini file, and direct it to its respective folder. e.g. "extension=ext/php_xsl.dll"

実行時設定> <要件
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites