Remove ParserOptions::optionsHashPre30()
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 21 Jun 2017 15:35:32 +0000 (11:35 -0400)
committerTim Starling <tstarling@wikimedia.org>
Wed, 28 Jun 2017 00:18:59 +0000 (00:18 +0000)
commit27fd0920a12dbf70100b450a97485471137e1d35
treeb8c2fad7c41cdabce6a9f4e05b75721d252eb3fb
parent08e0ed2b70ba5986a96c701f84a7679c98a6f2fd
Remove ParserOptions::optionsHashPre30()

The pre-1.30 version of ParserOptions::optionsHash() was kept
temporarily as ParserOptions::optionsHashPre30() to prevent a cache
stampede on WMF sites when the hash format was changed in I7fb9ffca9.

Now that the cache has been rebuilt, it's no longer needed and we should
clean it up instead of leaving it forever to bitrot.

Change-Id: I037d8dfdefe72a295547bd331bc1454e69cb418d
includes/parser/ParserCache.php
includes/parser/ParserOptions.php
tests/phpunit/includes/parser/ParserOptionsTest.php