Go to the source code of this file.
Functions | |
install_version_checks () | |
copyfile ($sdir, $name, $ddir, $perms=0664) | |
copyfileto ($sdir, $sname, $ddir, $dname, $perms=0664) | |
copydirectory ($source, $dest) | |
readconsole ($prompt= '') | |
dbsource ($fname, $db=false) | |
mw_get_session_save_path () | |
Get the value of session.save_path. | |
mw_have_dl () | |
Is dl() available to us? |
It is not loaded in normal web requests.
Definition in file install-utils.inc.
copydirectory | ( | $ | source, | |
$ | dest | |||
) |
copyfile | ( | $ | sdir, | |
$ | name, | |||
$ | ddir, | |||
$ | perms = 0664 | |||
) |
Definition at line 43 of file install-utils.inc.
References $name, $perms, and copyfileto().
Referenced by copydirectory().
copyfileto | ( | $ | sdir, | |
$ | sname, | |||
$ | ddir, | |||
$ | dname, | |||
$ | perms = 0664 | |||
) |
dbsource | ( | $ | fname, | |
$ | db = false | |||
) |
Definition at line 101 of file install-utils.inc.
References $db, $error, $fname, $wgDatabase, print, and wfGetDB().
Referenced by add_field(), add_index(), add_table(), addWiki(), check_bin(), do_archive_user_index(), do_backlinking_indices_update(), do_categorylinks_indices_update(), do_drop_img_type(), do_filearchive_indices_update(), do_image_index_update(), do_image_name_unique_update(), do_image_user_index(), do_index_update(), do_interwiki_update(), do_inverse_timestamp(), do_logging_timestamp_index(), do_oldimage_user_index(), do_pagelinks_update(), do_postgres_updates(), do_rc_indices_update(), do_restrictions_update(), do_templatelinks_update(), do_text_id(), do_unique_pl_tl_il(), do_user_groups_reformat(), do_user_groups_update(), do_user_unique_update(), do_user_update(), do_watchlist_null(), do_watchlist_update(), fix_ancient_imagelinks(), maybe_do_profiling_memory_update(), rename_table(), DatabasePostgres::setup_database(), and DatabaseIbm_db2::setup_database().
install_version_checks | ( | ) |
mw_get_session_save_path | ( | ) |
Get the value of session.save_path.
Per http://www.php.net/manual/en/ref.session.php#ini.session.save-path, this might have some additional preceding parts which need to be ditched
Definition at line 128 of file install-utils.inc.
References $path.
mw_have_dl | ( | ) |
Is dl() available to us?
According to http://www.php.net/manual/en/function.dl.php, dl() is *not* available when `enable_dl` is off, or under `safe_mode`
Definition at line 142 of file install-utils.inc.
References wfIniGetBool().
readconsole | ( | $ | prompt = '' |
) |