Last modified: 2011-03-04 12:12:46 UTC
Fatal error: Cannot redeclare wfgetcache() (previously declared in includes/objectcache/ObjectCache.php:18) in includes/objectcache/ObjectCache.php on line 79
CC'ing tim, i think he was playing with this earlier, something to do with renaming and spilting some things.
Unable to reproduce. Something is loading the file twice?
It's because FakeMemCachedClient was missing, as noted by IAlex on r83136, so the autoloader tries to load the file twice. It's fixed in r83140.
Commit r83140 by tstarling fixed this issue in ObjectCache.php. Thanks.