aboutsummaryrefslogtreecommitdiffstats
path: root/install-utils.inc
Commit message (Expand)AuthorAgeFilesLines
* De-clutter base directory; moving install-utils.inc into maintenance.Brion Vibber2009-08-191-196/+0
* PHP5 has been out for years now.Chad Horohoe2009-08-121-4/+4
* Add an install/update-time test for the PHP+libxml2 horrible XML input corrup...Brion Vibber2009-08-111-0/+32
* Remove completely unused file copy functions (grep'd core & extensions)Chad Horohoe2009-08-051-29/+0
* Ok I think this is a sign I'm done for the evening. Fixing other test checkin...Brion Vibber2009-08-051-1/+1
* remove junk function I gave up on -- no clear way to get unbuffered reads fro...Brion Vibber2009-08-051-37/+0
* Add support for using bash's built-in readline or equivalent for single-line ...Brion Vibber2009-08-051-5/+87
* Last update to call $dbw->sourceFile() directly. Throw wfDeprecated() in dbso...Chad Horohoe2009-08-031-0/+1
* Same as r48631; added "@file" when needed, also added doc in redirect.php and...Alexandre Emsenhuber2009-03-211-0/+7
* doc tweaks: link to http://www.php.net instead of mirrors.Alexandre Emsenhuber2008-03-271-2/+2
* * (bug 11355) Fix false positives in Safe Mode and other config detectionBrion Vibber2007-09-171-2/+2
* (bug 11013) Make sure dl() is available before attempting to use it to check ...Rob Church2007-08-221-1/+14
* * (bug 10387) Detect and handle '.php5' extension environments at install timeBrion Vibber2007-06-281-2/+4
* * (bug 9820) session.save_path check no longer halts installation, but warns ...Rob Church2007-06-051-1/+17
* Fix 9220: remove obsoletes functions in install-utils.incAntoine Musso2007-04-161-44/+0
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-3/+3
* * (bug 1000) Clarify warning about memory_limit in installerBrion Vibber2007-01-151-1/+1
* * Use raw file descriptor in posix_isatty() check to avoid warning onBrion Vibber2006-12-291-1/+1
* * Run PHP install version checks on update.php so command-line updaters seeBrion Vibber2006-11-111-0/+10
* Workaround for http://bugs.php.net/bug.php?id=39215Tim Starling2006-10-221-7/+4
* Move database checks toconfig/index.phpGreg Sabino Mullane2006-06-271-14/+0
* We require PHP 5 now, make sure the installer requires this.Brion Vibber2006-05-101-3/+3
* Revert the rest of r13645; totally broken, tries to call an installer-specifi...Brion Vibber2006-04-171-46/+4
* Some minor changes to the installer after I reinstalled MW from scracth:Antoine Musso2006-04-141-4/+46
* * (bug 385) Installer support for PostgreSQL, fixes for PG compatibilityBrion Vibber2006-04-121-5/+11
* Moved the bulk of dbsource() to Database.php. Added support for updating wiki...Tim Starling2006-01-171-60/+14
* * Added wfDie() wrapper, and some manual die(-1), to force the return codeBrion Vibber2006-01-141-2/+4
* * (bug 2569) Use PATH_SEPARATOR instead of trying to guess based on DIRECTORY...Brion Vibber2005-11-101-2/+2
* Fix for some odd problems when reading from a non-ttyTim Starling2005-11-011-6/+13
* Added isatty() check to readconsole()Tim Starling2005-09-081-2/+10
* merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test...River Tarnell2005-08-021-7/+8
* typoRiver Tarnell2005-07-071-1/+1
* error handling is your friendRiver Tarnell2005-07-071-1/+3
* * (bug 2234) allow special chars in database passwords during installBrion Vibber2005-05-291-4/+6
* Single quotes, just for the hell of itTom Gilder2005-01-311-16/+16
* Add basic support for table prefixes to the installer. (Probably will fail on...Brion Vibber2004-12-011-1/+3
* Use ob_implicit_flush() rather than ob_end_flush() in install-utils.Brion Vibber2004-08-181-2/+3
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-2/+2
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-1/+2
* better readconsole() function, moved from mcc.php and eval.phpTim Starling2004-06-131-6/+10
* Outputting MySQL's error message in dbsource()Tim Starling2004-05-031-1/+2
* Make sure output buffering is off for install scriptsBrion Vibber2004-03-131-0/+3
* Imported the register_globals hack from REL1_2. Also starting work onBrion Vibber2004-03-081-3/+0
* Fix for 904065: use .php instead of .phtml extension by defaultBrion Vibber2004-02-271-4/+8
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* * Recent Changes improvements: object oriented back end, move page annotation...Tim Starling2004-01-171-5/+6
* Committing Evan's patches (with some modifications), reintroducing class=inte...Tim Starling2003-11-221-4/+4
* Updates and mergine to install/updateBrion Vibber2003-11-201-0/+164