• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Cách cài đặt và nâng cấp PHP trong Linux

congtust24

Well-Known Member
Vip
Đầu tiên là làm sạch PHP đi

yum erase php php-pear php-mysql php-cli php-common

chạy xong lệnh này các bạn sẽ kiểm tra lại php của mình là version mấy nhé..

php -v

Có phải ra dòng chữ -bash: /usr/bin/php: No such file or directory

Hihihiii PHP bị ra đi rồi làm gì còn mà Version mấy... Đừng hốt hoảng nha...

Bjờ là lúc...làm 1 thằng PHP mới với version 5.3.8

Gõ lệnh này

rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm

nó làm gì kệ nó..cứ Y là được

Tiếp đến:

yum --enablerepo=webtatic install php


Cứ Y tiếp

là nó đã cài xong!

vậy bjờ Khởi động lại PHP

service httpd restart


Sau đó:

php -v

Các bạn sẽ thấy:

[root@u15733116 ~]# php -v
PHP 5.3.8 (cli) (built: Aug 29 2011 21:03:55)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies

Red Hat enterprise Linux PHP installation

If you would like to install or upgrade PHP use up2date command:
# up2date php
CentOS/Fedora core Linux PHP installation

If you would like to install PHP use yum command
# yum install php

If you would like to upgrade PHP use yum command
# yum update php
Debian / Ubuntu Linux PHP installation

If you would like to install or upgrade PHP use atp-get command
# apt-get install php4-cgi php4-cli
# sudo apt-get install php4-cgi php4-cli

To install PHP 5
# apt-get install php5-cgi php5-cli
# sudo apt-get install php5-cgi php5-cli
FreeBSD PHP installation

Use pkg_add command as follows:
# pkg_add -v -r php

Use above command to install Apache or Lighttpd web server.
 

Facebook Comments

New posts New threads New resources

Back
Top