<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hudson@work &#187; redhat</title>
	<atom:link href="http://hudson.su/tag/redhat/feed/" rel="self" type="application/rss+xml" />
	<link>http://hudson.su</link>
	<description>статьи о web-разработке, менеджменте IT проектов и контроле качества</description>
	<lastBuildDate>Fri, 20 Jan 2012 13:15:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Установка свежей версии PHP на RedHat / CentOS 5</title>
		<link>http://hudson.su/2009/11/02/install-fresh-php-on-redhat-centos5/</link>
		<comments>http://hudson.su/2009/11/02/install-fresh-php-on-redhat-centos5/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:54:00 +0000</pubDate>
		<dc:creator>hudson</dc:creator>
				<category><![CDATA[Профессиональное]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://hudson.su/?p=103</guid>
		<description><![CDATA[В основных репозиториях версии PHP зачастую не самые свежие, поэтому если хочется версию поновее (обычно хочется самую новую), нужно воспользоваться репозиторием remi. На самом деле все очень просто, и если нужна не какая-то специфичная конфигурация, установка собранного php себя вполне оправдывает. Итак: - качаем rpm&#8217;ы epel и remi # wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm # wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm - [...]]]></description>
			<content:encoded><![CDATA[<p>В основных репозиториях версии PHP зачастую не самые свежие, поэтому если хочется версию поновее (обычно хочется самую новую), нужно воспользоваться репозиторием <strong>remi</strong>.</p>
<p>На самом деле все очень просто, и если нужна не какая-то специфичная конфигурация, установка собранного php себя вполне оправдывает. Итак:</p>
<p><span id="more-103"></span>- качаем rpm&#8217;ы epel и remi</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;"># wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
# wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm</pre></div></div>

<p>- устанавливаем их</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;"># rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm</pre></div></div>

<p>- устанавливаем php</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;"># yum --enablerepo=remi update php</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://hudson.su/2009/11/02/install-fresh-php-on-redhat-centos5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

