MediaWiki
REL1_19
|
This does the initial setup for a web request. More...
Go to the source code of this file.
Enumerations | |
enum | MEDIAWIKI |
Variables | |
$IP = getenv( 'MW_INSTALL_PATH' ) | |
$wgRequestTime = microtime(true) |
This does the initial setup for a web request.
It does some security checks, starts the profiler and loads the configuration, and optionally loads Setup.php depending on whether MW_NO_SETUP is defined.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
Definition in file WebStart.php.
enum MEDIAWIKI |
Definition at line 79 of file WebStart.php.
$IP = getenv( 'MW_INSTALL_PATH' ) |
Definition at line 85 of file WebStart.php.
Referenced by CommandLineInstaller\__construct(), ApiQueryQueryPage\__construct(), Maintenance\__construct(), MimeMagic\__construct(), ResourceLoaderFileModule\__construct(), ResourceLoader\__construct(), CheckSyntax\addPath(), AutoLoader\autoload(), CheckSyntax\buildFileList(), MWInit\compiledPath(), MysqlUpdater\doInterwikiUpdate(), Installer\envCheckPath(), Installer\envCheckUploadsDirectory(), CheckAutoLoader\execute(), CountMessages\execute(), MwSql\execute(), DateFormats\execute(), UpdateSpecialPages\execute(), UploadDumper\execute(), MergeMessageFileList\execute(), PHPUnitMaintClass\execute(), FindHooks\execute(), CommandLineInstaller\execute(), GenerateNormalizerData\generateArabic(), GenerateCollationData\generateFirstChars(), GenerateNormalizerData\generateMalayalam(), Lang2Po\generatePot(), Language\getClassFileName(), Installer\getExistingLocalSettings(), MWInit\getExtensionsDirectory(), Language\getMessagesFileName(), ResourceLoaderStartUpModule\getModifiedTime(), DatabaseBase\getSchemaPath(), ResourceLoaderStartUpModule\getScript(), SimpleSeleniumConfig\getSettings(), getTestUploadPathFromResourceName(), SpecialVersion\getVersion(), SpecialVersion\getVersionLinked(), Installer\includeExtensions(), MWInit\interpretedPath(), Maintenance\loadSettings(), TextPassDumper\openSpawn(), DatabaseBase\patchPath(), DatabaseInstaller\populateInterwikiTable(), Language\preloadLanguageClass(), DatabaseSqliteTest\prepareDB(), TextPassDumper\processOption(), ResourceLoader\registerTestModules(), UploadFromUrlTestSuite\setUp(), NewParserTest\setUp(), ParserTest\setUp(), SqliteInstaller\setupSearchIndex(), UploadFromUrlTestSuite\setupUploadDir(), ParserTest\setupUploadDir(), NewParserTest\setupUploads(), OracleInstaller\setupUser(), FileRepo\simpleClean(), DatabaseSqliteTest\testEntireSchema(), StoreBatchTest\teststore(), DatabaseTest\testStoredFunctions(), DatabaseSqliteTest\testUpgrades(), wfGetPrecompiledData(), wfSetupSession(), and wfShellExec().
$wgRequestTime = microtime(true) |
Definition at line 65 of file WebStart.php.
Referenced by ProfilerSimpleTrace\__construct(), ProfilerSimple\__construct(), RebuildFileCache\execute(), MWDebug\getDebugHTML(), Profiler\getInitialTime(), DatabaseBase\query(), Maintenance\setup(), wfDebugTimer(), wfLogProfilingData(), and wfReportTime().