Adds XCache support to MediaWiki 1.10.0
Feel free to flame me if I'm submitting this in the wrong page/with the wrong tags/etc. I checked out the [[How to become a MediaWiki hacker]] page, tried to /join MediaWiki-General and /msg Tim (suggested in the "Your first feature" subheading), but he never got back to me (pr'olly busy). So, instead, I'll just post it and add [what I figure are appropriate] tags to it. :P
I made the patch against 1.10.0 to enable XCache support so that current users don't have to muck about in SVN to make it work (and actually, from my other SVN dump, it applies fine anyway). If you're not a developer, but you stumble across this page and want to enable it, do the following on your box:
- Grab the patch, save it into your brand spankin' new mediawiki root directory.
- Run patch -p0 < xcache.patch
- Install mediawiki as usual. It should detect XCache automagically, just as long as you have XCache itself installed and enabled via php.ini and you've restarted your webserver after installing it.
Also, you do not have to have XCache installed in order to install the patch, as the patch simply adds the appropriate wrappers and config tests should you want to use it.
Tested with: XCache 1.2.0, lighttpd 1.4.13 (fcgi), php 5.2.3 (fcgi, debug).
If you have any questions, comments, concerns, or if I totally botched something, please feel free to contact me.
Cheers,
Kurt Radwanski
irc: slakr@freenode or galaxynet.
en.wp: Koder [hopefully soon: Slakr]
Version: 1.10.x
Severity: enhancement
OS: Linux
Attached: