1
0

added apc and memcache Smarty support

This commit is contained in:
Ian
2014-06-13 16:07:32 +02:00
parent f0a2781682
commit 60e15aaaac
4 changed files with 112 additions and 2 deletions

View File

@ -3,6 +3,14 @@
Version 2.0-beta3 ()
------------------------------------------------------------------------
* added experimental support for PHP/SMARTY IN MEMORY caching
Enabled by default, if classes found loaded.
Disable with
$serendipity['disable_apc'] = true;
and
$serendipity['disable_memcache'] = true;
* Support added in serendipity_db_schema_import for sqlite
autoincrement