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

How to Install PHP 5.6 on CentOS 7 64-bit Easy Guide

February 16, 2019 | By the+gnu+linux+evangelist.

Installing

  1. Enable the Remi Collet Repo for CentOS 7 64-bit:

    Remi Repo x8664 .rpm Package
  2. Installing PHP 5.6 for CentOS 7 64-bit.

    sudo su -c "yum --enablerepo=remi,remi-test,remi-php56 install php"
  3. How to Install LAMP(Apache+MariaDB+PHP) for CentOS 7 64-bit:
    Installing LAMP on CentOS 7.

Contents