The following updates do not affect Plesk Panel
First, add repository:
1 |
wget -q -O - http://www.atomicorp.com/installers/atomic | sh |
1 |
nano /etc/yum.repos.d/atomic.repo |
1 |
exclude = php*5.3* |
1 |
yum update php |
1 |
yum update php-mcrypt |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
[root@localhost ~]# php -v PHP 5.2.17 (cli) (built: Jan 2 2012 15:56:41) Copyright Β© 1997-2010 The PHP Group Zend Engine v2.2.0, Copyright Β© 1998-2010 Zend Technologies [root@localhost ~]# php -m [PHP Modules] bz2 calendar ctype curl date dbase exif filter ftp gettext gmp hash iconv json libxml mcrypt mysql openssl pcntl pcre readline Reflection session shmop SimpleXML sockets SPL standard tokenizer xml zip zlib [Zend Modules] |
1 |
/etc/init.d/httpd restart |
No Comment
You can post first response comment.