added a conditional for $this->port in the mysqli driver.  Apparently it doesn't like being sent an empty string.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 03ff728..b7c84bc 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -61,6 +61,10 @@
 <p>Release Date: not yet released<br />

 SVN Revision: </p>

 

+<h3>Bug fixes for 1.7.1</h3>

+<ul>

+	<li>Fixed a bug in the MySQLi driver when no port is specified</li>

+</ul>

 

 

 <h2>Version 1.7</h2>