<?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 Windows System Administrator Help &#187; PDO</title>
	<atom:link href="http://linuxwindowsmaster.com/tag/pdo/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 19:54:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to compile pdo_mysql module with php ?</title>
		<link>http://linuxwindowsmaster.com/how-to-compile-pdo_mysql-module-with-php/</link>
		<comments>http://linuxwindowsmaster.com/how-to-compile-pdo_mysql-module-with-php/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 22:40:40 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>
		<category><![CDATA[PDO]]></category>
		<category><![CDATA[pdo.so]]></category>
		<category><![CDATA[PDO_MYSQL]]></category>
		<category><![CDATA[with-pdo-mysql]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=122</guid>
		<description><![CDATA[Hello, PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to MySQL 3.x and 4.x databases. PDO_MYSQL will take advantage of native prepared statement support present in MySQL 4.1 and higher. If you’re using an older version of the mysql client libraries, PDO will emulate them for [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to MySQL 3.x and 4.x databases.</p>
<p>PDO_MYSQL will take advantage of native prepared statement support present in MySQL 4.1 and higher. If you’re using an older version of the mysql client libraries, PDO will emulate them for you.</p>
<p>Steps to compile compile pdo_mysql module with php</p>
<p style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span>1)<span> </span></span><!--[endif]-->Download the PDO package to server</p>
<pre>          # wget http://pecl.php.net/get/PDO</pre>
<p style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span>2)<span> </span></span><!--[endif]-->Manually build and install the PDO extension:</p>
<pre>	  # tar xzf PDO-0.2.tgz</pre>
<pre>	  # cd PDO-0.2</pre>
<pre>	  # phpize</pre>
<pre>	  # ./configure</pre>
<pre>          # make</pre>
<pre>          # make install</pre>
<pre>          # echo extension=pdo.so &gt;&gt; /usr/local/php5/lib/php.ini</pre>
<p style="margin-left: 0.25in;">
<p style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span>3)<span> </span></span><!--[endif]-->rebuild PHP along with the drivers for PDO_mysql.</p>
<p style="margin-left: 0.25in;">CUSTOM_PHP_FLAGS=”–with-pdo-mysql” /scripts/easyapache</p>
<p style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span>4)<span> </span></span><!--[endif]-->check php module using php -m command</p>
<p>Enjoys</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/how-to-compile-pdo_mysql-module-with-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

