Maybe a strange title on this post but here is a example when i need an depricated PHP version like 5.6.
A customers call me and are in desparate help of getting their old Joomla or WP site working again. They have been ignoring the mandatory PHP update warnings and now their site has stoped working.
What i do then is move their old site to an server with an old PHP and the only whay i have solved this is with Plesk that still let’s me install old PHP.
This is of course only a temporary solution until i have time to build a new site.
So i wonder if it it possible to ad the possibility to ad an old PHP?
Good question! We don’t have plans to support installing older PHP versions from directly within Cleavr - but, you can always add an older version manually in the server…
sudo apt install -y php5.6
I’m assuming you’d then copy the files / database to the server?