PHP: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
=Upgrade= | =Upgrade= | ||
=TODO= | |||
<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 | |||
</font> |
Revision as of 22:17, 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 https://www.mediawiki.org/wiki/Compatibility#PHP