PHP Switcher

  • 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:

    Code
    1. ;extension = xsl.so

    to

    Code
    1. extension = xsl.so


    Once done, restart the service:


    If you use FPM

    Code
    1. # service psw7.0-fpm restart

    If you use Fcgid

    Code
    1. # service apache2 restart


    Please, read the documentation which is available at: https://wiki.i-mscp.net/doku.php?id=plugins:phpswitcher

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206