PHP: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:
=TODO=
=TODO=
<font color=darkgray>Centos 7 and PHP 7.3.19 note, manual installation: https://linuxize.com/post/install-php-7-on-centos-7/  
<font color=darkgray>Centos 7 and PHP 7.3.19 note, manual installation: https://linuxize.com/post/install-php-7-on-centos-7/  
Link to https://www.mediawiki.org/wiki/Compatibility#PHP
Link to  
</font>
</font>

Revision as of 22:31, 29 March 2021

Overview

Get Version

php -v

Installation

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.

Upgrade

TODO

Centos 7 and PHP 7.3.19 note, manual installation: https://linuxize.com/post/install-php-7-on-centos-7/ Link to