The PHP 7.3 is the latest version available for installation on Debian 9 Stretch Linux machine. Ubuntu users can visit our tutorial for installing PHP 7 on Ubuntu. This tutorial is for the Debian 9 Stretch users to install PHP 7.3, 7.2, 7.1 or 5.6 on their system. First of all, you need to...
PHP 7.2 is the latest stable release available for the installation. This tutorial will help you with the installation of multiple PHP versions on your system. Now follow this tutorial to Install PHP on Debian 8 Jessie. Prerequisites Login to your Debian 8 system using shell access. For remote systems connect with SSH. Windows...
On your system, if you have installed multiple versions of PHP (eg PHP 7.2 and PHP 5.6 both). PHP 7.2 is running as default PHP for Apache and CLI. For any requirement, you need to use PHP 5.6. Then you don’t need to remove PHP 7.2. You can simply switch your PHP version to...
On your system, if you have installed both PHP 7.1 and PHP 5.6 version. PHP 7.1 is running as default PHP for Apache and CLI. For any requirement you need to use PHP 5.6. Then you don’t need to remove PHP 7.1. You can simply switch to PHP version 5.6 and set this as...
Thanks to Ondřej Surý for maintaining PPA of latest PHP5 versions on launchpad. If you want to install the specific version of PHP, then this article can be helpful for you. This article will help you for installing PHP 5.6 or PHP 7.2 using PPA on Ubuntu 18.04 LTS, 16.04 LTS, 14.04 LTS or...