Allow storing local message cache as PHP source instead of serialized array, this...
authorDomas Mituzas <midom@users.mediawiki.org>
Sun, 28 May 2006 18:29:42 +0000 (18:29 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Sun, 28 May 2006 18:29:42 +0000 (18:29 +0000)
commit71ffa3756a8214ac0ded721faa93ae6bbc886abd
treed8993ab77b6f572b992ee1282ad6fc8ecf8d3edc
parent9b39f1824789d603225ce23084dce034211f7e40
Allow storing local message cache as PHP source instead of serialized array, this way opcode cache is enjoyed :-) Might be not that secure, so disabled by default.
includes/DefaultSettings.php
includes/MessageCache.php