<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: Does the order of parameters in db-mysqli.php matter?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Does the order of parameters in db-mysqli.php matter?</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 03:43:58 +0000</pubDate>

<item>
<title>chrishajer on "Does the order of parameters in db-mysqli.php matter?"</title>
<link>http://bbpress.org/forums/topic/does-the-order-of-parameters-in-db-mysqliphp-matter#post-11211</link>
<pubDate>Sun, 30 Sep 2007 13:36:17 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11211@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Sam.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Does the order of parameters in db-mysqli.php matter?"</title>
<link>http://bbpress.org/forums/topic/does-the-order-of-parameters-in-db-mysqliphp-matter#post-11207</link>
<pubDate>Sun, 30 Sep 2007 11:47:34 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">11207@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The database is selected a few lines down on line 83.&#60;/p&#62;
&#60;p&#62;The socket (final and optional) parameter is not used as socket style connections aren't supported.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Does the order of parameters in db-mysqli.php matter?"</title>
<link>http://bbpress.org/forums/topic/does-the-order-of-parameters-in-db-mysqliphp-matter#post-11201</link>
<pubDate>Sun, 30 Sep 2007 06:57:18 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11201@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Line 78 in db-mysqli.php looks like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$this-&#38;gt;$dbhname = @mysqli_connect( $server-&#38;gt;host, $server-&#38;gt;user, $server-&#38;gt;pass, null, $server-&#38;gt;port );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I thought the order of the parameters was important, and should be:&#60;/p&#62;
&#60;p&#62;host, user, pass, dbname, port, socket&#60;/p&#62;
&#60;p&#62;From looking at line 78, it would seem that the dbname is set to null, and the socket is not used since it's just not there.  Is that intentional?  Maybe the database name is set someplace else and is not needed here for this connection?  Just asking because it seemed weird to me.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
