How can i in PHP Switcher the the Plugin PHP Extension xsl installing?
PHP 7
IMSCP 1.3.0
Debian 8.5
How can i in PHP Switcher the the Plugin PHP Extension xsl installing?
PHP 7
IMSCP 1.3.0
Debian 8.5
Hello,
PHP versions that are built by the PHP compiler which is provided by the PhpSwitcher plugin are already compiled with XSL (as shared module).
However, the XSL module is not enabled by default. You can enable it by editing the modules.ini file that belongs to your PHP version. For instance, if your PHP version is PHP 7:
Edit the /opt/phpswitcher/php7/etc/php/conf.d/modules.ini file and change the following line:
to
Once done, restart the service:
If you use FPM
If you use Fcgid
Please, read the documentation which is available at: https://wiki.i-mscp.net/doku.php?id=plugins:phpswitcher