PHP: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Installation= | =Installation= | ||
<syntaxhighlight lang='bash'> | |||
yum install php php-mysql php-gd php-xml | |||
</syntaxhighlight> | |||
'''Note''' | |||
: The PHP installation command assumes we are going to use MySQL (or MariaDB). Update accordingly if using a different database. | |||
=Upgrade= | =Upgrade= |
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.