summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2011-10-15 06:02:32 +0200
committerBo-Yi Wu <appleboy.tw@gmail.com>2011-10-15 06:02:32 +0200
commit4d7c27eec7995c94f60ba421e209eb5a2da08711 (patch)
treedf678960076f5120b3f20098fd0040b6f41123a8 /user_guide_src
parent6858c0753a7221796d6a5a1d7fea93cc2f9feb2e (diff)
Fix #576: using ini_get() to detect if apc is enabled or not
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 925785d13..a5044e07b 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -108,6 +108,7 @@ Bug fixes for 2.1.0
- Fixed a bug (#484) - First time _csrf_set_hash() is called, hash is never set to the cookie (in Security.php).
- Fixed a bug (#60) - Added _file_mime_type() method to the `File Uploading Library <libraries/file_uploading>` in order to fix a possible MIME-type injection.
- Fixed a bug (#537) - Support for all wav type in browser.
+- Fixed a bug (#576) - Using ini_get() function to detect if apc is enabled or not.
Version 2.0.3
=============