I cannot add PHP extensions for any version higher than 5.4. This is the problem I am experiencing, step-by-step:
1. Switch to PHP 5.5.38 in Domain->PHP Settings
2. Add a few installed extensions to the 'Additional configuration directives ' on PHP settings page, e.g.
4. These added extensions appear in php.ini in
6. I also tried adding these directive directly to master php.ini in
The same scenario works perfectly find for PHP 5.4.
Pls help.
Thanks!
1. Switch to PHP 5.5.38 in Domain->PHP Settings
2. Add a few installed extensions to the 'Additional configuration directives ' on PHP settings page, e.g.
extension=stats.so
extension=trader.so
expose_php = Off
extension=apc.so
3. Save it, then reconfigure the domain, restart httpd and nginx.extension=trader.so
expose_php = Off
extension=apc.so
4. These added extensions appear in php.ini in
/var/www/vhosts/system/mydomaincom/etc
5. But nothing works, these extensions are not shown in phpinfo() and not enabled.6. I also tried adding these directive directly to master php.ini in
/opt/plesk/php/5.5/etc
--- the same issue, it doesn't work. I tried both FPM and FastCGIThe same scenario works perfectly find for PHP 5.4.
Pls help.
Thanks!