PHP Velho Oeste 2024

Kurulum

PHP XSL eklentisini öntanımlı olarak içerir ve derleme sırasında --with-xsl[=DiZiN] seçeneği ile destek etkin kılınabilir (Buradaki DiZiN libxslt kütüphanesinin kurulu olduğu dizindir).

add a note add a note

User Contributed Notes 2 notes

up
-25
manuel dot jebauer at gmx dot de
7 years ago
sudo apt-get install php5-xsl
sudo /etc/init.d/apache restart
worked for me on Linux Mint 17.3 to intall XSL.
up
-105
Michael
14 years ago
On some linux systems you might be able to simply do this:

sudo apt-get install php5-xsl

or similar.
To Top