diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2011-10-15 06:02:32 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-27 00:46:45 +0200 |
commit | 6cf88be7b6b7b9f90241456aa5f11aba93e2478d (patch) | |
tree | f02552afa5d54988ebbe690adbe445a974b49167 | |
parent | d61ca42b08ccd1b0fb8654e1458500532896461b (diff) |
Fix #576: using ini_get() to detect if apc is enabled or not
-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 dc1a1f366..b0da1ac53 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -100,6 +100,7 @@ Change Log <li class="rector">Fixed a bug (Reactor #89) where MySQL export would fail if the table had hyphens or other non alphanumeric/underscore characters.</li> <li>Fixed a bug (#60) - Added _file_mime_type() method to the <a href="libraries/file_uploading.html">File Uploading Library</a> in order to fix a possible MIME-type injection (also fixes bug #394).</li> <li>Fixed a bug (#537) - Support for all wav type in browser.</li> + <li>Fixed a bug (#576) - Using ini_get() function to detect if apc is enabled or not.</li> </ul> <h2>Version 2.0.3</h2> |