09/05/10 08:48:22 uUax24Hd0
>>115
svn眺めていたら、致命的じゃないんですけどおかしな部分が。
lib/ShowThread.php
function getAnchorRegex($pattern)
{
static $caches_;
if (!isset($cache_[$pattern])) { <<これ
$caches_[$pattern] = strtr($pattern, ShowThread::getAnchorRegexParts());
$caches_でなく$cache_になっているので、cache効いてません。