Hello guys, how are you? I need to install the latest version of PHP (7.4.10), however I didn't find an easy way to do this in the Debian 8 jessie version. I tried to follow this step by step: https://packages.sury.org/php/README.txt But I noticed that it doesn't exist for the jessie distribution: https://packages.sury.org/php/dists/ I looked for other tutorials on the internet using other forms using the repository: ppa: ondrej / php, but it is only for Ubuntu version. Why do I need PHP 7.4? I'm using Laravel on the backend in its latest version and the more updated the PHP version is, the better. Why do I still use Debian 8? Because the server is in a data center that uses Virtuozzo as Virtualization and I cannot upgrade to Debian 9 or Debian 10 (data center support information). Can you help me? Thanks for any help.
You are a few weeks too late. When the long-term support for Debian8 ended, Sury removed his Debian8 Repository: https://www.patreon.com/posts/debian-jessie-of-39058626 You can compile it yourself, but that will create a lot of problems. If they only support dead software, you should migrate to another datacenter. My guess is that upgrading is no problem and they just don't want to support it (or you). If you can (no production system, or you can handle some downtime), make a backup and try to upgrade!
"to provide commercial support for DEB.SURY.ORG PHP packages for Debian including Debian 8 Jessie, We expect the Freexian service to go live in September 2020." https://www.patreon.com/posts/deb-sury-org-and-40238414 So its still possible.
Hi, I compiled and installed PHP 7.4.10 on a server running Debian 8 just this morning and wrote a "memo" for my self about it: spix.nu/linux/how-to-compile-and-install-the-latest-version-of-php-7-from-source-code-on-debian/