Page MenuHomePhabricator
Paste P2644

External Store not on Beta
ActivePublic

Authored by Mattflaschen-WMF on Feb 19 2016, 11:34 PM.
Tags
None
Referenced Files
F3385564: External Store not on Beta
Feb 19 2016, 11:51 PM
F3385528: External Store not on Beta
Feb 19 2016, 11:34 PM
Subscribers
None
mattflaschen@deployment-tin:~$ mwrepl
Welcome to HipHop Debugger!
Type "help" or "?" for a complete list of commands.
Program /srv/mediawiki-staging/multiversion/MWScript.php loaded. Type '[r]un' or '[c]ontinue' to go.
hphpd> continue
Program /srv/mediawiki-staging/multiversion/MWScript.php exited normally.
hphpd> var_export( $wgExternalStores );
var_export( $wgExternalStores );
array (
0 => 'DB',
)
hphpd> var_export( $wgExternalServers );
var_export( $wgExternalServers );
array (
)
mattflaschen@deployment-tin:~$ mwrepl
Welcome to HipHop Debugger!
Type "help" or "?" for a complete list of commands.
Program /srv/mediawiki-staging/multiversion/MWScript.php loaded. Type '[r]un' or '[c]ontinue' to go.
hphpd> continue
Program /srv/mediawiki-staging/multiversion/MWScript.php exited normally.
hphpd> var_export( $wgDefaultExternalStore );
var_export( $wgDefaultExternalStore );
false