aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WebStart.php
Commit message (Expand)AuthorAgeFilesLines
* Additional register_globals vulnerability check. Merged in from big Wikia mer...Sean Colombo2011-09-161-1/+1
* Added some GPL headersAlexandre Emsenhuber2011-06-281-0/+15
* * Restored the page shown when LocalSettings.php is missing to how it was bef...Tim Starling2011-06-071-20/+2
* * Made the profiler work in HipHop:Tim Starling2011-05-311-5/+7
* HipHop improvements:Tim Starling2011-05-301-20/+2
* And even more documentation, the last of this batchSam Reed2011-05-281-0/+2
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* * (bug 15461) Make IE8 turn off content sniffing. Everbody else should ignore...Brion Vibber2011-05-131-0/+5
* More profiler cleanup:Chad Horohoe2011-04-161-5/+4
* First step of reorganizing profiling files:Chad Horohoe2011-04-161-1/+1
* Improvements to handling of 'catastrophic' errors, like unsupported PHP versi...Happy-melon2011-04-121-13/+21
* The beginnings of HipHop compiled mode support. It works now for parser cache...Tim Starling2011-04-041-27/+54
* Fixes Bug #28214 - When page not found, sends malformed HTTP/1.x instead of H...Mark A. Hershberger2011-03-251-1/+1
* Tweak comment, we don't create LS in the conf dir anymore, you have to upload itChad Horohoe2011-02-261-2/+2
* (bug 1379) Installer directory conflicts with some hosts' configuration panel.Max Semenik2011-02-261-1/+1
* Per my comment on r68760: Make MWfunction class, complete with call_user_func...X!2011-01-021-6/+2
* (bug 26130) Revert changes to WebStart.php in r72349, which turn out to have ...Roan Kattouw2010-12-061-6/+1
* Remove some of the rubbish that has been accumulating in the default LocalSet...Tim Starling2010-12-061-3/+2
* Add MW_CONFIG_FILE support to load a separate config file instead of LocalSet...Daniel Friesen2010-12-051-4/+7
* Followup r68760: add commentChad Horohoe2010-10-181-0/+1
* * WebStart.php and SeleniumWebSettings.php allow include files and global con...Priyanka Dhanda2010-10-141-0/+6
* Remove some references to no longer supported PHP version.Siebrand Mazeland2010-10-021-10/+0
* Merging resourceloader branch into trunk. Full documentation is at http://www...Roan Kattouw2010-09-041-4/+9
* * Standardised file description headersAlexandre Emsenhuber2010-08-141-4/+8
* Fix URL for $GLOBALS overwrite vulnerability.Tim Starling2010-07-201-1/+1
* r68756 - Make the use of MW_CONFIG_CALLBACK compatible with PHP 5.1Mark A. Hershberger2010-06-301-1/+6
* Removed StartProfiler.php from SVN control and added StartProfiler.sample fil...Aaron Schulz2009-05-071-1/+5
* Remove last of ini_set() for allow_url_fopen. This hasn't worked since PHP 4....Chad Horohoe2009-04-211-1/+0
* Check for PHP 5.0.x bug *after* checking for PHP 4, so that we don't claim th...Tim Starling2008-11-071-10/+10
* * Allow $wgDiff3=falseTim Starling2008-10-061-9/+26
* * Reorganised the includes directory, creating subdirectories db, parser and ...Tim Starling2008-06-161-11/+14
* * Full path for script includes, this time should work with installations usi...Niklas Laxström2008-05-161-12/+19
* Revert 34558/34588. Use of an absolute path specified by __FILE__ breaks anyo...Daniel Friesen2008-05-141-10/+9
* For compatibility (DefaultSettings.php currently crashes when LocalSettings.p...Rotem Liss2008-05-101-0/+1
* * Use full pathNiklas Laxström2008-05-101-9/+9
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-3/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* profilingTim Starling2007-04-151-0/+2
* * Moved the main ob_start() from the default LocalSettings.php to WebStart.php. Tim Starling2007-02-191-0/+10
* Detect PHP 5.0.x 64-bit bug and abort in WebStart.php; too many things breakIlmari Karonen2006-12-171-0/+10
* * Improved register_globals paranoia checksBrion Vibber2006-10-111-0/+23
* Active protection against register_globals vulnerabilities. Unset all globals...Tim Starling2006-10-111-4/+11
* Consolidated web initialisation code into includes/WebStart.php. Moved profil...Tim Starling2006-07-141-0/+52