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

How to Install PHP 5.6 on Debian Stretch 9 Gnu/Linux Easy Guide

June 5, 2018 | By the+gnu+linux+evangelist.

Install PHP 5.6 Debian Stretch 9

Hi! The Tutorial shows you Step-by-Step How to Install PHP 5.6 for Debian Stretch 9 GNU/Linux.

First, to Install PHP 5.6 in Debian Stretch 9 follow the Apt Repository Setup.

Finally, included you find instructions on How to Switch between PHP Versions on Debian GNU/Linux.

How to Install PHP 5.6 on Debian Stretch 9 GNU/Linux - Featured
  1. 1. Launching Shell Emulator

    Open a Terminal window
    (Press “Enter” to Execute Commands)

    How to Install PHP 5.6 on Debian Stretch 9 GNU/Linux - Open Terminal Shell Emulator
  2. 2. Enabling PHP 5.6 Repository

    Add PHP 5.6 Repo for Debian GNU/Linux

    Install PHP 5.6 Repo for Debian
  3. 3. Installing PHP 5.6

    Now to Install PHP 5.6 for Debian.

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

    Finally, to Switch between PHP Versions.

    sudo update-alternatives --config php

    Make Selection and Press ‘Enter’ to Confirm!

  5. So Now I’m truly Happy if My Guide could Help you to Install PHP 5.6 on Debian Stretch 9!