Install PHP5.6 with was old on Ubuntu 24.4 is also possible with below CLI code:
sudo apt-get install software-properties-common
add-apt-repository ppa:ondrej/php && apt-get update
sudo add-apt-repository ppa:ondrej/apache2
apt install php5.6 -y
apt install php5.6-{common,cgi,curl,mbstring,gd,mysqlnd,gettext,bcmath,xml,fpm,intl,zip,imap,opcache,memcache,redis,gmp,bcmath,pdo} -y
