<?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>The Life and Times of Michael Shadle &#187; mysqli</title>
	<atom:link href="http://michaelshadle.com/tag/mysqli/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelshadle.com</link>
	<description>&#34;Sometimes I don&#039;t know why I even fucking try&#34;</description>
	<lastBuildDate>Thu, 26 Aug 2010 10:54:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Due to popular demand - more MySQLi for WordPress!</title>
		<link>http://michaelshadle.com/2008/03/04/due-to-popular-demand-more-mysqli-for-wordpress/</link>
		<comments>http://michaelshadle.com/2008/03/04/due-to-popular-demand-more-mysqli-for-wordpress/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 10:50:55 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mysqli]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/2008/03/04/due-to-popular-demand-more-mysqli-for-wordpress/</guid>
		<description><![CDATA[I've had two requests now for MySQLi updates, so here ya go. It's pretty simple to do it yourself - just look for any mysql_ string, replace it to mysqli_ (where applicable) and in some instances, change the order of the parameters. Below is the version of wp-includes/wp-db.php for production WP 2.3.3 Download the file here Copy it [...]]]></description>
			<content:encoded><![CDATA[<p>I've had two requests now for MySQLi updates, so here ya go. It's pretty simple to do it yourself - just look for any mysql_ string, replace it to mysqli_ (where applicable) and in some instances, change the order of the parameters.</p>
<p>Below is the version of wp-includes/wp-db.php for production WP 2.3.3</p>
<ol>
<li>Download the file <a href="/files/wordpress/wordpress-2.3.3-wp-db.txt">here</a></li>
<li>Copy it over the existing wp-includes/wp-db.php file</li>
<li>Enjoy!</li>
</ol>
<p>Below is a version that works against the latest in SVN trunk (right now revision 7152) using the new db.php override feature (apparently still not in 2.3.x)</p>
<ol>
<li>Download the file <a href="/files/wordpress/wordpress-svn-r7152-db.txt">here</a></li>
<li>Copy it to wp-content/db.php (important - this is a hard-coded location)</li>
<li>Enjoy!</li>
</ol>
<p>Let me know if there are any issues, but in my quick little sandbox I made it worked fine...</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2008/03/04/due-to-popular-demand-more-mysqli-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
