summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-10-24 18:43:02 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-10-24 18:43:02 +0200
commit4ba802d8f0a28ba138c21cd90d336e220f81a099 (patch)
tree58d92a6fb8350f9797fc6c482551fca1e2e19a52 /user_guide
parent8b15c6111c2f301fa38e68aad3daa51097af1f0c (diff)
added a conditional for $this->port in the mysqli driver. Apparently it doesn't like being sent an empty string.
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 03ff7280d..b7c84bc32 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -61,6 +61,10 @@ Change Log
<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>