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

PHP 5.6 Installation in Debian Bookworm – Step-by-step

July 29, 2023 | By the+gnu+linux+evangelist.

Installing PHP

  1. 2. Enabling PHP 5.6 Repository

    Add PHP 5.6 Repo for Debian GNU/Linux

    Install PHP 5.6 Repo for Debian
  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!

Contents