php-upgrade
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
php-upgrade [2015/12/14 14:50] – luke7858 | php-upgrade [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
Please see ' | Please see ' | ||
=== Upgrading PHP === | === Upgrading PHP === | ||
- | yum-plugin-replace | + | The following guide will use yum-plugin-replace to upgrade php. |
\\ | \\ | ||
\\ | \\ | ||
+ | \\ | ||
+ | ---------------------------------------------------------------------------- | ||
+ | === WARNING! === | ||
+ | Before upgrading, please make sure plesk is NOT installed | ||
+ | <sxh bash> | ||
+ | service psa status | ||
+ | </ | ||
+ | <sxh bash> | ||
+ | rpm -qa | grep -i ' | ||
+ | </ | ||
+ | IF you run the following guide and plesk IS installed, it will remove the ' | ||
+ | \\ | ||
+ | \\ | ||
+ | ---------------------------------------------------------------------------- | ||
+ | \\ | ||
+ | \\ | ||
+ | 1 ) | ||
**Note:** **__BACKUP__** php.ini file before you do anything! | **Note:** **__BACKUP__** php.ini file before you do anything! | ||
\\ | \\ | ||
Line 10: | Line 27: | ||
</ | </ | ||
\\ | \\ | ||
+ | 2 ) Check version currently installed: | ||
+ | <sxh bash> | ||
+ | php -v | ||
+ | </ | ||
+ | <sxh bash> | ||
+ | PHP 5.3.3 (cli) (built: Oct 30 2014 20:12:53) | ||
+ | Copyright (c) 1997-2010 The PHP Group | ||
+ | Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies | ||
+ | </ | ||
+ | \\ | ||
+ | 3) Find package you wish to upgrade to: | ||
+ | <sxh bash> | ||
+ | # yum info php56u.x86_64 | grep -i ' | ||
+ | Name : php56u | ||
+ | Version | ||
+ | Release | ||
+ | Size : 2.7 M | ||
+ | </ | ||
+ | \\ | ||
+ | 4) | ||
+ | php -m > / | ||
+ | \\ | ||
+ | 5) | ||
+ | \\ | ||
+ | You will not be able to simply install the new package, it will conflict with lots of installed packages. | ||
+ | \\ | ||
+ | What we need to do it ' | ||
+ | \\ | ||
+ | <sxh bash> | ||
+ | yum replace php --replace-with=php56u | ||
+ | </ | ||
+ | \\ | ||
+ | 6) | ||
+ | <sxh bash> | ||
+ | php -m > / | ||
+ | </ | ||
+ | <sxh bash> | ||
+ | diff the two file | ||
+ | </ |
php-upgrade.1450104642.txt.gz · Last modified: 2024/05/23 07:26 (external edit)