On 05/01/07, Tim Starling tstarling@wikimedia.org wrote:
The only interface change is that I've renamed getFromCache() to the more accurate getMsgFromNamespace(), but that function was implicitly private. Anything that accesses $wgMessageCache->mCache directly will be broken. But the usual public interfaces such as addMessages() and get() are preserved.
I'm usually pretty careful these days to maintain interface compatibility, but it was no challenge this time around, since the code changes are fairly minimal.
Excellent, thanks very much.
Rob Church