I have php 7.4 from plesk, but I prefer the OS version, because I can use it easily from the shell
I simply type
php myscript.php
instead of
/opt/psa/php/lib/7.4/bin/php myscript.php
And also cron works easier with the system version.
Regards
Massimo
I've got several lines, there:
php
1:7.2+60ubuntu1
php71
7.1.33-ubuntu.18.04.191025.1053
php72
1:7.2.29-ubuntu.18.04.200320.1328
php73
The component was not installed
php74
7.4.4-ubuntu.18.04.200320.1328
but In Tools&Settings > PHPSettings I only see PHP 7.2 By OS VENDOR
Thanks...
I've got Plesk Obsidian 18.0.25 with Ubuntu 18.04.
In my shell I've installed php 7.4 and php7.4-fpm
When I type php -v in the shell I see 7.4
I also see everything in /etc/php/7.4/fpm/
I've tried
sudo plesk bin php_handler --reread
but inside my domains I still see PHP7.2 by os vendor
Can...