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

How to Install PHP 5.6 on Debian Buster 10 Gnu/Linux Easy Guide

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

Installing PHP

[ad_slider autoplay=”true” interval=”8″ count=”5″]

  1. 2. Enabling PHP 5.6 Repository

    Add PHP 5.6 Repo for Debian GNU/Linux

    Install PHP 5.6 Repo for Debian
    [ad_slider autoplay=”true” interval=”8″ count=”5″]
  2. 3. Installing PHP 5.6

    Now to Install PHP 5.6 for Debian.

    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!

[ad_slider autoplay=”true” interval=”8″ count=”5″]

Contents