Last modified: 2014-09-16 06:17:51 UTC
hhvm does not load all of MediaWiki's context. For example wfExpandUrl (a global function defined in GlobalFunctions.php) does not work. This applies both when called indirectly, e.g.: @var_export( ResourceLoaderFileModule::extractBasePaths() ) and when called directly: @var_export( wfExpandUrl( '/' ) );
This is apparently fixed.