Test Block Top

The Blog...
Articles, Tips & Trick and Other Interesting Information...

01 Maret 2012

Update Versi PHP Centos (CentOS/RHEL 5.6) Ke PHP Versi 5.3

Update Versi PHP Centos (CentOS/RHEL 5.6) Ke PHP Versi 5.3



Sebelum update, pastikan menambah yum repository source RPM. Buka terminal atau remote SSH via putty, kemudian ketikkan:

[bash collapse="false"]
[root@localhost ~]# rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm
[/bash]

Upgrade versi PHP dengan mengetikkan command berikut:

[bash collapse="false"]
[root@localhost ~]# yum --enablerepo=webtatic install php
[/bash]

Atau update instalasi php yang sudah ada, dimana akan update semua modul php yang sebelumnya sudah terinstall dengan cara berikut:

[bash collapse="false"]
[root@localhost ~]# yum --enablerepo=webtatic update php
[/bash]

Selesai. Cek versi PHP dengan cara mengetikkan command "php -v":

[bash collapse="false"]
[root@localhost ~]# php -v
PHP 5.3.13 (cli) (built: May 9 2012 16:20:45)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with the ionCube PHP Loader v4.0.12, Copyright (c) 2002-2011, by ionCube Ltd.
[/bash]

Selesai.

Tidak ada komentar:

Posting Komentar

Loncat ke Atas ↑