* Reorganised the includes directory, creating subdirectories db, parser and specials
[lhc/web/wiklou.git] / install-utils.inc
2008-03-27 Alexandre Emsenhuberdoc tweaks: link to php.net instead of mirrors.
2007-09-17 Brion Vibber* (bug 11355) Fix false positives in Safe Mode and...
2007-08-22 Rob Church(bug 11013) Make sure dl() is available before attempti...
2007-06-28 Brion Vibber* (bug 10387) Detect and handle '.php5' extension envir...
2007-06-05 Rob Church* (bug 9820) session.save_path check no longer halts...
2007-04-16 Antoine MussoFix 9220: remove obsoletes functions in install-utils.inc
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-15 Brion Vibber* (bug 1000) Clarify warning about memory_limit in...
2006-12-29 Brion Vibber* Use raw file descriptor in posix_isatty() check to...
2006-11-11 Brion Vibber* Run PHP install version checks on update.php so comma...
2006-10-22 Tim StarlingWorkaround for bugs.php.net/bug.php?id=39215
2006-06-27 Greg Sabino MullaneMove database checks toconfig/index.php
2006-05-10 Brion VibberWe require PHP 5 now, make sure the installer requires...
2006-04-17 Brion VibberRevert the rest of r13645; totally broken, tries to...
2006-04-14 Antoine MussoSome minor changes to the installer after I reinstalled...
2006-04-12 Brion Vibber* (bug 385) Installer support for PostgreSQL, fixes...
2006-01-17 Tim StarlingMoved the bulk of dbsource() to Database.php. Added...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2005-11-10 Brion Vibber* (bug 2569) Use PATH_SEPARATOR instead of trying to...
2005-11-01 Tim StarlingFix for some odd problems when reading from a non-tty
2005-09-08 Tim StarlingAdded isatty() check to readconsole()
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-07 River Tarnelltypo
2005-07-07 River Tarnellerror handling is your friend
2005-05-29 Brion Vibber* (bug 2234) allow special chars in database passwords...
2005-01-31 Tom GilderSingle quotes, just for the hell of it
2004-12-01 Brion VibberAdd basic support for table prefixes to the installer...
2004-08-18 Brion VibberUse ob_implicit_flush() rather than ob_end_flush()...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-13 Tim Starlingbetter readconsole() function, moved from mcc.php and...
2004-05-03 Tim StarlingOutputting MySQL's error message in dbsource()
2004-03-13 Brion VibberMake sure output buffering is off for install scripts
2004-03-08 Brion VibberImported the register_globals hack from REL1_2. Also...
2004-02-27 Brion VibberFix for 904065: use .php instead of .phtml extension...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2003-11-22 Tim StarlingCommitting Evan's patches (with some modifications...
2003-11-20 Brion VibberUpdates and mergine to install/update