config/Installer.php File Reference

Go to the source code of this file.

Classes

class  ConfigData

Enumerations

enum  MW_NO_OUTPUT_BUFFER

Variables

 $wgRequestTime = microtime( true )
 $wgMaxShellMemory = 0
 $wgShowExceptionDetails = true
 $wgShowSQLErrors = true
 $ourdb = array()
 $ourdb ['mysql']
 $ourdb ['postgres']
 $ourdb ['sqlite']
 $ourdb ['mssql']
 $ourdb ['ibm_db2']
 $ourdb ['oracle']
if(file_exists("../LocalSettings.php"))
if(file_exists("./LocalSettings.php")) 
if (!is_writable("."))
 $mainListOpened = true
 $endl
 $conf = new ConfigData
 $self = 'Installer'
 $phpdatabases = array()
if(!$phpdatabases) print< li >
Found database drivers 
for
 $DefaultDBtype = ''
foreach(array_keys($ourdb) AS
$db) print</li > 
n
print< li > PHP server API is $sapi
 $script = defined('MW_INSTALL_PHP5_EXT') ? 'index.php5' : 'index.php'
$conf xml = function_exists( "utf8_encode" )


Enumeration Type Documentation

Definition at line 336 of file Installer.php.


Variable Documentation

$conf = new ConfigData

$DefaultDBtype = ''

Definition at line 368 of file Installer.php.

$endl

Initial value:

 "
"

Definition at line 334 of file Installer.php.

Referenced by UserMailer::send().

$mainListOpened = true

Definition at line 332 of file Installer.php.

$ourdb['oracle']

Initial value:

 array(
        'fullname'   => 'Oracle',
        'havedriver' => 0,
        'compile'    => 'oci8',
        'bgcolor'    => '#ffeba1',
        'rootuser'   => 'sys',
        'serverless' => false
)

Definition at line 107 of file Installer.php.

$ourdb['ibm_db2']

Initial value:

 array(
        'fullname'   => 'DB2',
        'havedriver' => 0,
        'compile'    => 'ibm_db2',
        'bgcolor'    => '#ffeba1',
        'rootuser'   => 'db2admin',
        'serverless' => false
)

Definition at line 98 of file Installer.php.

$ourdb['mssql']

Initial value:

 array(
        'fullname'   => 'MSSQL',
        'havedriver' => 0,
        'compile'    => 'mssql_not_ready', # Change to 'mssql' after includes/DatabaseMssql.php added;
        'bgcolor'    => '#ffc0cb',
        'rootuser'   => 'administrator',
        'serverless' => false
)

Definition at line 89 of file Installer.php.

$ourdb['sqlite']

Initial value:

 array(
        'fullname'   => 'SQLite',
        'havedriver' => 0,
        'compile'    => 'pdo_sqlite',
        'bgcolor'    => '#b1ebb1',
        'rootuser'   => '',
        'serverless' =>  true
)

Definition at line 80 of file Installer.php.

$ourdb['postgres']

Initial value:

 array(
        'fullname'   => 'PostgreSQL',
        'havedriver' => 0,
        'compile'    => 'pgsql',
        'bgcolor'    => '#aaccff',
        'rootuser'   => 'postgres',
        'serverless' => false
)

Definition at line 71 of file Installer.php.

$ourdb['mysql']

Initial value:

 array(
        'fullname'   => 'MySQL',
        'havedriver' => 0,
        'compile'    => 'mysql',
        'bgcolor'    => '#ffe5a7',
        'rootuser'   => 'root',
        'serverless' => false
)

Definition at line 62 of file Installer.php.

$ourdb = array()

Definition at line 60 of file Installer.php.

$phpdatabases = array()

Definition at line 345 of file Installer.php.

print<li> PHP server API is $sapi

Definition at line 429 of file Installer.php.

$script = defined('MW_INSTALL_PHP5_EXT') ? 'index.php5' : 'index.php'

$self = 'Installer'

$wgMaxShellMemory = 0

Definition at line 51 of file Installer.php.

Referenced by wfShellExec().

$wgRequestTime = microtime( true )

$wgShowExceptionDetails = true

$wgShowSQLErrors = true

if (!$phpdatabases) print<li> Found database drivers for

Definition at line 355 of file Installer.php.

if (file_exists("../LocalSettings.php")) if (file_exists("./LocalSettings.php")) if(!is_writable("."))

Definition at line 261 of file Installer.php.

print Done n

Definition at line 369 of file Installer.php.

Referenced by WikiDiff3::diff(), WikiDiff3::diff_range(), and CheckLanguageCLI::help().

$conf xml = function_exists( "utf8_encode" )


Generated on Sat Apr 30 22:57:17 2011 for MediaWiki by  doxygen 1.5.9