diff options
author | Derek Jones <derek.jones@ellislab.com> | 2011-07-02 01:04:45 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2011-07-02 01:04:45 +0200 |
commit | d01e4a612cc3d445aab8a73b63d5b0d5466e394d (patch) | |
tree | 153cb1ff52bb6c66f5029de065a01fcce84138b8 /application/config/database.php | |
parent | 37f4b9caa02783e06dd7c5318200113409a0deb1 (diff) | |
parent | 2ca826b0888096d3ab252cb642975dcc1e57ceab (diff) |
hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit
Diffstat (limited to 'application/config/database.php')
-rw-r--r-- | application/config/database.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/database.php b/application/config/database.php index fa541a734..b4b34bf66 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -27,7 +27,8 @@ | ['char_set'] The character set used in communicating with the database | ['dbcollat'] The character collation used in communicating with the database | NOTE: For MySQL and MySQLi databases, this setting is only used -| as a backup if your server is running PHP < 5.2.3 or MySQL < 5.0.7. +| as a backup if your server is running PHP < 5.2.3 or MySQL < 5.0.7 +| (and in table creation queries made with DB Forge). | There is an incompatibility in PHP with mysql_real_escape_string() which | can make your site vulnerable to SQL injection if you are using a | multi-byte character set and are running versions lower than these. |