PHP

From NovaOrdis Knowledge Base
Revision as of 22:49, 29 March 2021 by Ovidiu (talk | contribs) (→‎TODO)
Jump to navigation Jump to search

Overview

Get Version

php -v

Installation

Generic

yum install php php-mysql php-gd php-xml

Note

The PHP installation command assumes we are going to use MySQL (or MariaDB). Update accordingly if using a different database.

Installing PHP 7.3 on Centos 7

https://linuxize.com/post/install-php-7-on-centos-7/#installing-php-73-on-centos-7
yum-config-manager --enable remi-php73
sudo yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysql php-xml

Upgrade