Hello,
after todays php selector/alt-php upd ate my custom "php version per directory" config is not working anymore.
As I can see, you removed php.d symlink to /etc/cl.php.d/alt-phpXX and now you replaced it with regular php.d directory containing default.ini file in it.
So now for example if I place line in .htaccess:
AddType application/x-httpd-php70 .php
my php version is switched to 7.0.4 in my directory but modules configured in cPanel PHP Selector are not configured anymore and not visible in phpinfo();.
Instead of php.d symlink to /etc/cl.php.d/alt-phpXX you created link directory with cons symlink in it pointing to /opt/alt/phpXX/etc/php.d instead of pointing to /etc/cl.php.d/alt-phpXX like before, which breaks my custom php version se t per directory basis.
It was your intended action or you did this by mistake or any other reason?
FYI I have LiteSpeed Web Server with CageFS and as a Command config value in lsws for PHP 7 for example Im using:
/opt/alt/php70/usr/bin/lsphp
and this way me and my customers was able to switch PHP versions per directory basis since many months up until today.
after todays php selector/alt-php upd ate my custom "php version per directory" config is not working anymore.
As I can see, you removed php.d symlink to /etc/cl.php.d/alt-phpXX and now you replaced it with regular php.d directory containing default.ini file in it.
So now for example if I place line in .htaccess:
AddType application/x-httpd-php70 .php
my php version is switched to 7.0.4 in my directory but modules configured in cPanel PHP Selector are not configured anymore and not visible in phpinfo();.
Instead of php.d symlink to /etc/cl.php.d/alt-phpXX you created link directory with cons symlink in it pointing to /opt/alt/phpXX/etc/php.d instead of pointing to /etc/cl.php.d/alt-phpXX like before, which breaks my custom php version se t per directory basis.
It was your intended action or you did this by mistake or any other reason?
FYI I have LiteSpeed Web Server with CageFS and as a Command config value in lsws for PHP 7 for example Im using:
/opt/alt/php70/usr/bin/lsphp
and this way me and my customers was able to switch PHP versions per directory basis since many months up until today.
Comment