Bump minimum required MySQL Version to 5.5.8
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index 089ed81..92cb8d8 100644 (file)
@@ -3461,6 +3461,7 @@ function wfGetMessageCacheStorage() {
 /**
  * Get the cache object used by the parser cache
  *
+ * @deprecated since 1.30, use MediaWikiServices::getParserCache()->getCacheStorage()
  * @return BagOStuff
  */
 function wfGetParserCacheStorage() {