summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-05 21:29:12 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-05 21:29:12 +0200
commit24bd230337cc469941dbdb51e05351cc1b3fbe14 (patch)
tree5f2eacd7a20c361505cae89f4ee6d1f5adf5eb78 /user_guide_src
parent6ef498b49946ba74d610b3805fb908b163a7f03a (diff)
Fix a magic_quotes-related bug and changed the default parameter value for is_php()
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 8ecdf9aef..c4c42d118 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -227,6 +227,7 @@ Bug fixes for 3.0
- Fixed a bug (#862) - create_table() failed on SQLSRV/MSSQL when used with 'IF NOT EXISTS'.
- Fixed a bug (#1419) - libraries/Driver.php had a static variable that was causing an error.
- Fixed a bug (#1411) - the :doc:`Email library <libraries/email>` used its own short list of MIMEs instead the one from config/mimes.php.
+- Fixed a bug where the magic_quotes_runtime setting wasn't turned off for PHP 5.3 (where it is indeed deprecated, but not non-existent).
Version 2.1.1
=============