diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-09-28 16:47:42 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-09-28 16:47:42 +0200 |
commit | a0cd41c5187c738d043ca5a0dc5fbf80806fd322 (patch) | |
tree | 75f145aeb7466dc150a2faf8764174234b48c47b /user_guide/changelog.html | |
parent | 4d292bdb56ba6afc26878d9bcd82892f48d9f1a4 (diff) | |
parent | 5a3284edd6f3de5871804c7e24a9d74e57b2b7a6 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index d2601360e..49a25bc75 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -133,6 +133,10 @@ Change Log <li>Fixed a bug (#344) - Using schema found in <a href="libraries/sessions.html">Saving Session Data to a Database</a>, system would throw error "user_data does not have a default value" when deleting then creating a session.</li> <li>Fixed a bug (#112) - OCI8 (Oracle) driver didn't pass the configured database character set when connecting.</li> <li>Fixed a bug (#182) - OCI8 (Oracle) driver used to re-execute the statement whenever num_rows() is called.</li> + <li>Fixed a bug (#82) - WHERE clause field names in the DB <samp>update_string()</samp> method were not escaped, resulting in failed queries in some cases.</li> + <li>Fixed a bug (#89) - Fix a variable type mismatch in DB <samp>display_error()</samp> where an array is expected, but a string could be set instead.</li> + <li>Fixed a bug (#467) - Suppress warnings generated from get_magic_quotes_gpc() (deprecated in PHP 5.4)</li> + <li>Fixed a bug (#484) - First time _csrf_set_hash() is called, hash is never set to the cookie (in Security.php).</li> </ul> <h2>Version 2.0.3</h2> |