I just installed on a Debian 10 fresh install server. Have to use Debain 10.13 due to Python 3.7.3 version lock for dependecies on my django app. Default PHP is 7.3 on Deb 10
After running multi-php to install PHP 7.4 and PHP 8.2, it installed well, the tempaltes seem to appear in the web templates to choose but in real the process has not installed any addiotional PHP.
ls -l /etc/init.d/php*
only shows 7.3 which is default install
-rwxr-xr-x 1 root root 4793 Jun 18 2024 /etc/init.d/php7.3-fpm
inside /etc/php also I only see 7.3, folder structure was not created either.
any clue how to get this done on old Debian 10 ?
After running multi-php to install PHP 7.4 and PHP 8.2, it installed well, the tempaltes seem to appear in the web templates to choose but in real the process has not installed any addiotional PHP.
ls -l /etc/init.d/php*
only shows 7.3 which is default install
-rwxr-xr-x 1 root root 4793 Jun 18 2024 /etc/init.d/php7.3-fpm
inside /etc/php also I only see 7.3, folder structure was not created either.
any clue how to get this done on old Debian 10 ?
Statistics: Posted by mehargags — Sat Apr 26, 2025 1:31 pm