[17:20:04] csteipp: I just sent you an email. [17:25:49] anomie: uhg. I'd favor openssl over mcrypt, since our random number generator also favors openssl. [17:26:16] Maybe #4, so openssl is still optional, just strongly encouraged. [17:26:46] csteipp: Yeah, the problem is what to do about people who don't have the extension installed. IMO if it won't be a huge pain/delay #1 would be the best option, then #4. [17:27:03] * anomie already implemented #4, but... [17:30:03] anomie: Earliest I could get that reviewed would be 6/1 [17:30:40] ^phpseclib [20:17:21] anyone can review https://gerrit.wikimedia.org/r/284003 ? :P [20:39:32] MaxSem: done, but a response on https://phabricator.wikimedia.org/T128896#2229884 would be nice too [20:44:46] thanks [23:06:35] TimStarling: where does ParserCache::get() get called with $useOutdated = true? [23:07:40] PoolWorkArticleView::fallback() calls ParserCache::getDirty() which calls ParserCache::get() with $useOutdated=true [23:08:13] thanks