Install PHP XSL Module

Hi,

I did some research how to install but most of them are command line which I don't want to install for whole system

can I just install that xsl module on one of the particular virtual server I install?

Thanks

Status: 
Active

Comments

Howdy -- it'd be necessary to install it using apt-get on the command line, which does typically enable it for all domains.

That's probably the easiest way to go about it.

However, after installing it, you could always edit the .ini file that loads the extension in /etc/php5/conf.d, remove the "extension=..." line from there, and then put it into $HOME/etc/php.ini for the domain you want that installed for.