diff options
author | Mike Davies <mike@gigasports.com> | 2012-02-29 23:52:36 +0100 |
---|---|---|
committer | Mike Davies <mike@gigasports.com> | 2012-02-29 23:53:50 +0100 |
commit | 03a57655f3cdc6c0b9f717f4466a4547247729d3 (patch) | |
tree | ec396b0c95176689dcf118055fabbf8f89492fe0 /user_guide_src | |
parent | 5148029aaf204fb3e7e4f24a794bee781d0c218b (diff) |
Added support for Wincache when running CI on Windows boxes
Wincache is directly analogous to APC, except with less problems on a Windows environment. Performance wise they are almost identical (for user mode caching at least).
Need to have the Wincache PHP module downloaded from http://www.iis.net/download/wincacheforphp.
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index dc6b29516..e879568ed 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -29,6 +29,7 @@ Release Date: Not Released - Added support for m4a, aac, m4u, xspf, au, ac3, flac, ogg Audio files to mimes.php. - Added support for kmz and kml (Google Earth) files to mimes.php. - Added application/xml for xml and application/xml, text/xsl for xsl in mimes.php. + - Added support for Wincache PHP extension - Changed logger to only chmod when file is first created. - Removed previously deprecated SHA1 Library. - Removed previously deprecated use of ``$autoload['core']`` in application/config/autoload.php. |