Sejak CentOS 5.6 dirilis, paket PHP 5.3 sudah ada. dibawah ini bagaimana cara upgrade PHP 5.1.x menjadi PHP5.3
Pertama stop terlebih dahulu Apache Web Server:
#service httpd stop
Hapus paket-paket PHP 5.1.x :
#yum remove php php-*
Install PHP 5.3 :
#yum install php53-cli
#yum install php53-common
#yum install php53-devel
#yum install php53-gd
#yum install php53-mbstring
#yum install php53-mysql
#yum install php53-soap
#yum install php53-xml
#yum install php53-xmlrpc
#yum install php53-bcmath
#yum install php53-snmp
Aktifan Apache kembali :
#service httpd start
Related posts:










was born in Jambi, May 24th 1978. But I spend my childhood till teen in Bukittinggi City and finised my elementary and high school there too. Currently living at Jakarta, Indonesia. Now one I am working as a Web Programmer and as a Lecturer

kalau saya download file php 5.3.8 di situs http://www.php.net
lalu bagaimana cara instal di centos???
nggak jelas bro………………..