PHP Doku:: Installation - xsl.installation.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationXSLInstallation/KonfigurationInstallation

Ein Service von Reinhard Neidl - Webprogrammierung.

Installation/Konfiguration

<<Anforderungen

Laufzeit-Konfiguration>>

Installation

Die Erweiterung XSL ist seit PHP 5 in der Distribution enthalten und kann über die Option --with-xsl[=DIR] in Ihrer Build-Konfiguration aktiviert werden. Dabei steht DIR für das Installationsverzeichnis der libxslt-Bibliothek.


3 BenutzerBeiträge:
- Beiträge aktualisieren...
Manu
26.07.2009 11: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.06.2009 11:26
On some linux systems you might be able to simply do this:

sudo apt-get install php5-xsl

or similar.
bit
6.06.2009 16: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"



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)