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

search for in the

Configurações em Execução> <Dependências
[edit] Last updated: Fri, 17 May 2013

view this page in

Instalação

PHP 5 inclue a extensão XSL por padrão e pode ser habilitada adicionando o argumento --with-xsl[=DIR] na linha de configuração. DIR é o diretório da instalação da libxslt.



add a note add a note User Contributed Notes Instalação - [2 notes]
up
6
Michael
3 years ago
On some linux systems you might be able to simply do this:

sudo apt-get install php5-xsl

or similar.
up
3
bit
3 years ago
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"

 
show source | credits | stats | sitemap | contact | advertising | mirror sites