<?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>Linux, Programming, Telephony, Asterisk, Apache, Tips &#38; Tricks &#187; php-modules</title>
	<atom:link href="http://shahidz.com/tag/php-modules/feed/" rel="self" type="application/rss+xml" />
	<link>http://shahidz.com</link>
	<description>Passionate About Technology</description>
	<lastBuildDate>Sun, 10 Jan 2010 17:38:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing PHP and PHP modules in Linux</title>
		<link>http://shahidz.com/installing-php-and-php-modules-in-linux/</link>
		<comments>http://shahidz.com/installing-php-and-php-modules-in-linux/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 11:34:01 +0000</pubDate>
		<dc:creator>Shahid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php installation]]></category>
		<category><![CDATA[php-modules]]></category>

		<guid isPermaLink="false">http://shahidz.com/?p=4</guid>
		<description><![CDATA[In Redhat and Fedora you can use the command &#8216;yum&#8217;
yum -y install php
yum -y install php-devel
yum -y install php-gd
yum -y install php-imap
yum -y install php-ldap
yum -y install php-mysql
yum -y install php-odbc
yum -y install php-pear
yum -y install php-xml
yum -y install php-xmlrpc
yum -y install curl
yum -y install curl-devel
yum -y install perl-libwww-perl
yum -y install ImageMagick
yum -y install libxml2
yum [...]]]></description>
			<content:encoded><![CDATA[<p>In Redhat and Fedora you can use the command &#8216;yum&#8217;</p>
<p>yum -y install php<br />
yum -y install php-devel<br />
yum -y install php-gd<br />
yum -y install php-imap<br />
yum -y install php-ldap<br />
yum -y install php-mysql<br />
yum -y install php-odbc<br />
yum -y install php-pear<br />
yum -y install php-xml<br />
yum -y install php-xmlrpc<br />
yum -y install curl<br />
yum -y install curl-devel<br />
yum -y install perl-libwww-perl<br />
yum -y install ImageMagick<br />
yum -y install libxml2<br />
yum -y install libxml2-devel<br />
yum -y install httpd</p>
<p>In Ububtu and Debian you can use the command &#8216;apt-get&#8217;</p>
<p>apt-get install php5</p>
<p>apt-get install php5-mysql</p>
<p>apt-get install php5-cli</p>
<p>To search the packages you can use the command apt-cache search &lt;name&gt;</p>
<p>Example :</p>
<p>sudo apt- cache search php5</p>
<p>This will list all the packages for php</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fshahidz.com%2Finstalling-php-and-php-modules-in-linux%2F&amp;linkname=Installing%20PHP%20and%20PHP%20modules%20in%20Linux"><img src="http://shahidz.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://shahidz.com/installing-php-and-php-modules-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
