diff options
author | Derek Jones <derek.jones@ellislab.com> | 2011-05-20 17:35:00 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2011-05-20 17:35:00 +0200 |
commit | f8288849f782e30dc310ca946a577cc664157106 (patch) | |
tree | afceccc1ead713202fa5d9d79c19c040b38b42e9 | |
parent | 3b9f88df882ee1af6fbc8ca4f299b1b229307895 (diff) |
fixed missing closing tag in changelog
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index ff89a9aeb..85df3291f 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -67,6 +67,7 @@ Change Log <ul> <li>An improvement was made to the MySQL and MySQLi drivers to prevent exposing a potential vector for SQL injection on sites using multi-byte character sets in the database client connection. <p>An incompatibility in PHP versions < 5.2.3 and MySQL < 5.0.7 with <em>mysql_set_charset()</em> creates a situation where using multi-byte character sets on these environments may potentially expose a SQL injection attack vector. Latin-1, UTF-8, and other "low ASCII" character sets are unaffected on all environments.</p> <p class="critical">If you are running or considering running a multi-byte character set for your database connection, please pay close attention to the server environment you are deploying on to ensure you are not vulnerable.</p></li> </ul> + </li> <li>General Changes <ul> <li>Fixed a bug where there was a misspelling within a code comment in the index.php file.</li> |