<?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>install php with yum &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/install-php-with-yum/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Thu, 25 Nov 2010 17:23:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Install PHP on Centos</title>
		<link>https://lifelinux.com/how-to-install-php-on-centos/</link>
					<comments>https://lifelinux.com/how-to-install-php-on-centos/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Thu, 25 Nov 2010 16:59:19 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[install php]]></category>
		<category><![CDATA[install php latest version]]></category>
		<category><![CDATA[install php on centos]]></category>
		<category><![CDATA[install php on linux]]></category>
		<category><![CDATA[install php with yum]]></category>
		<category><![CDATA[setup php on linux]]></category>
		<category><![CDATA[yum command]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=207</guid>

					<description><![CDATA[<p>PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-php-on-centos/">How To Install PHP on Centos</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><blockquote><p><strong>PHP:</strong> Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as a standalone interpreter on most operating systems and computing platforms. (<a href="http://en.wikipedia.org/wiki/PHP">wikipedia.org</a>)</p></blockquote>
<p><span id="more-207"></span><br />
<strong>PHP</strong> works with apache, lighttpd, nignx and other webservers and PHP is very easy to install.</p>
<h2>Installing PHP on CentOS</h2>
<p>if you would like to install PHP on CentOS use yum command</p>
<pre>yum install php
</pre>
<h2>Updating PHP on CentOS</h2>
<p>if you would like to update PHP on CentOS use yum command</p>
<pre>yum update php
</pre>
<h2>Install &amp; Update PHP latest version</h2>
<p>Default the system will be installed php with stable version, but if you wanted to install or update PHP with latest version then you need to create <strong>/etc/yum.repos.d/centos-test.repo</strong> and enter following lines in it:</p>
<pre>[c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/5/testing/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
</pre>
<g:plusone href="https://lifelinux.com/how-to-install-php-on-centos/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-php-on-centos/">How To Install PHP on Centos</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-install-php-on-centos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
