(bug 29747) eAccelerator shared memory caching has been removed since it is now disab...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 22 Nov 2011 22:56:00 +0000 (22:56 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 22 Nov 2011 22:56:00 +0000 (22:56 +0000)
commitde20376cc1b1a640c2e38eba8b71685152c23735
tree50a4511a3733cf00b4ba48d634b9e7b295d0ca64
parentfd03a2922af901d5c12e1039aed84647efd757f6
(bug 29747) eAccelerator shared memory caching has been removed since it is now disabled by default and is buggy. APC, XCache and WinCache are not affected.

As Brion points out in <https://bugzilla.wikimedia.org/show_bug.cgi?id=29747#c7>, the shared memory functions are very buggy. In fact, eAccelerator has disabled the shared memory functions by default for awhile now. I didn't touch APC, XCache or WinCache, but I imagine they suffer from the same problems.
RELEASE-NOTES-1.19
includes/AutoLoader.php
includes/DefaultSettings.php
includes/Defines.php
includes/LocalisationCache.php
includes/installer/Installer.i18n.php
includes/installer/Installer.php
includes/objectcache/ObjectCache.php
includes/objectcache/eAccelBagOStuff.php [deleted file]