Wednesday, August 3, 2016

How to Install PHP 5 on Ubuntu 16.4 Xenial Xerus

OK, on this tutorial i will show How to install PHP 5 on Ubuntu 16.4 Xenial Xerus.

  1. Add Repository
    sudo add-apt-repository ppa:ondrej/php
  2. Update Package
    sudo apt-get update
  3. Install PHP
    sudo apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-xdebug libapache2-mod-php5.6 libapache2-mod-php7.0
 next we will show how to swith version PHP :


  • From php5.6 to php7.0 :
    • Apache:
      sudo a2dismod php5.6 ; sudo a2enmod php7.0 ; sudo service apache2 restart
    • CLI:
      sudo ln -sfn /usr/bin/php7.0 /etc/alternatives/php
  • from php7.0 to php5.6:
    • Apache:
      sudo a2dismod php7.0 ; sudo a2enmod php5.6 ; sudo service apache2 restart
    • CLI:
      sudo ln -sfn /usr/bin/php5.6 /etc/alternatives/php

Artikel Terkait

How to Install PHP 5 on Ubuntu 16.4 Xenial Xerus
4/ 5
Oleh

Berlangganan

Suka dengan artikel di atas? Silakan berlangganan gratis via email