<?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>Blog - PonticStar.com &#187; WordPress</title>
	<atom:link href="http://www.ponticstar.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ponticstar.com/blog</link>
	<description>Blog about various aspects of programming and web design</description>
	<lastBuildDate>Sun, 14 Aug 2011 23:52:31 +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>PHP5 / WordPress on Windows</title>
		<link>http://www.ponticstar.com/blog/2008/12/18/php5-wordpress-on-windows/</link>
		<comments>http://www.ponticstar.com/blog/2008/12/18/php5-wordpress-on-windows/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 12:13:19 +0000</pubDate>
		<dc:creator>Michael Ryvkin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ponticstar.com/blog/?p=4</guid>
		<description><![CDATA[Before going live with WordPress I have decided to try it out on my laptop. It was a time to upgrade my PHP installation as well. I downloaded and installed the most recent version of PHP5 in a zip package and configured Apache to use it. However the following message appeared when I tried to [...]]]></description>
			<content:encoded><![CDATA[<p>Before going live with WordPress I have decided to try it out on my laptop. It was a time to upgrade my PHP installation as well. I <a href="http://www.php.net/downloads.php" target="_blank">downloaded</a> and installed the most recent version of PHP5 in a zip package and configured Apache to use it. However the following message appeared when I tried to install WordPress:</p>
<p style="padding-left: 30px;"><em>Your PHP installation appears to be missing the MySQL extension which is required by WordPress.</em></p>
<p>It turned out PHP5 was not configured to use MySQL by default. This is what I have changed in <em>php.ini </em>compared<em> </em>to <em>php.ini-recommended</em>.</p>
<pre class="brush:plain">extension_dir = "c:/php5/ext/"
...
extension=php_mysql.dll
extension=php_mysqli.dll
...
session.save_path = "c:/windows/temp/"</pre>
<p>Unfortunately it did not help. I was still getting the same error. It was a time to finally read <a href="http://us3.php.net/manual/en/mysql.installation.php" target="_blank">PHP installation manual</a>. And then the mystery was uncovered. In order for PHP to access MySQL, file <em>libmysql.dll</em> from PHP distribution &#8220;needs to be available to the Windows systems PATH&#8221;. I copied <em>libmysql.dll</em> to <em>C:\WINDOWS\system32</em> and voilà &#8211; it worked!</p>
<p>RTFM!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ponticstar.com/blog/2008/12/18/php5-wordpress-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

