Sarathlal N

Upgrade PHP version to 7 on Ubuntu 14.04 / 16.04

Add PPA

sudo add-apt-repository ppa:ondrej/php

Update the Repository

sudo apt-get update

Install PHP 7 & necessory modules

sudo apt-get install php7.0-cli php7.0-common libapache2-mod-php7.0 php7.0 php7.0-mysql php7.0-fpm

sudo apt-get install mcrypt php7.0-mcrypt php7.0-zip php7.0-soap php7.0-mbstring php7.0-intl php7.0-xml php7.0-curl php7.0-gd

Disable previous PHP version

sudo a2dismod php5

Enable PHP 7

sudo a2enmod php7.0

Restart Apache server

sudo service apache2 restart

Recent Posts

  1. Automating Release Generation with GitHub Actions
  2. WP CLI Commands to Bulk Delete Entries in WordPress Database
  3. Split a Single CSV File into Multiple Files Using the Split Command - Bash
  4. Migrating code repo from BitBucket to GitHub
  5. Streamlining Development - Our Journey with Git, Bitbucket, and Jira

Your Questions / Comments

If you found this article interesting, found errors, or just want to discuss about it, please get in touch.