$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install PHP 5.6 on Deepin Gnu/Linux 15 Easy Guide

October 3, 2019 | By the+gnu+linux+evangelist.

Installing PHP

  1. 2. Enabling PHP 5.6 Repository

    Add PHP 5.6 Repo for Deepin GNU/Linux

    Install PHP 5.6 Repo for Deepin
  2. 3. Installing PHP 5.6

    Now to Install PHP 5.6 for Deepin.

    sudo apt install php5.6
  3. 4. Switching PHP Version

    Finally, to Switch between PHP Versions.

    sudo update-alternatives --config php

    Make Selection and Press ‘Enter’ to Confirm!

Contents