yum升級php到5.2

來源:互聯網
上載者:User
方法一 -------------------------------------------------------------------------------


vim /etc/yum.repos.d/utterramblings.repo

輸入

[utterramblings]
name=Jason's Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka


最後

yum update php -y

現在我用的 就是通過 這種方式裝的,升級之後版本
php-5.2.11

httpd-2.2.14

方法二 -------------------------------------------------------------------------------

Yum升級mysql5.1和php5.2(禁止php5.3)



給yum安裝rpmforge:
http://wiki.centos.org/AdditionalResources/Repositories/RPMForge

yum list mysql php 發現都是最新版本了,看來標準的yum源沒有更新

wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
wget http://rpms.famillecollet.com/el5.i386/remi-release-5-7.el5.remi.noarch.rpm
rpm -Uvh remi-release-5-7.el5.remi.noarch.rpm epel-release-5-3.noarch.rpm
yum --enablerepo=remi list mysql

發現可以升級到 mysql 5.1.44-1.el5.remi

yum --enablerepo=remi update mysql

發現需要把php也一併升級到 5.3,
而zend optimizer 目前不支援 Php5.3,於是需要禁止升級php5.3

vi /etc/yum.conf

最後一行增加

exclude=php*5.3*

然後再yum --enablerepo=remi update mysql,就看不到php的升級了

# mysql -V 升級到5.1.44了
mysql Ver 14.14 Distrib 5.1.44, for redhat-linux-gnu (i686) using readline 5.1

升?mysql 5.1.41-1之後,??行下列?作:
(1)?原有的/etc/my.cnf?份,?/etc/my.cnf.rpmnew改 ?my.cnf
(2)升?table
mysql_upgrade -p
(3)自?修?table
mysqlcheck --all-databases --check-upgrade --auto-repair -p


找到一個yum源,有php5.2,方法如下:
http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/

rpm --import http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
wget -P /etc/yum.repos.d/ http://repo.webtatic.com/yum/webtatic.repo
yum --enablerepo=webtatic list php
發現有php5.2 和 php5.3可以升級,

我們禁止升級php5.3
vi /etc/yum.conf
最後一行增加
exclude=php*5.3*

或者:
yum --enablerepo=webtatic --exclude=php*5.3* list php

yum --enablerepo=webtatic --exclude=php*5.3* update -y php

[root@www.ctohome.com backup]# php -v
PHP 5.2.12 (cli) (built: Dec 17 2009 19:40:56)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.