phpbb/phpBB/install
David M 1d6fd8e135 - clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY
- clean up firebird, I will consider changing it to use fetch array instead of fetch object. it's identity code already uses this method as of right... now :D
- fix a tiny bug in MySQL's driver (remember to pass the connect id to all DBAL functions)
- add new_link as a new param for sql_connect. This allows you to make connections that are not dependant on each other. This is done for our friends mysql, mssql, postgresql and oracle. Now for everybody else.. (I said this was clever ;) MySQLi and SQLite should always spawn a new connection when you call it while mssql_odbc and firebird both will create new links if you give them different params (different creds) than the previous connection(s). Thus we can always promise new links :D
- fixed a bug in the converter
- cleaned up the dbal a little


git-svn-id: file:///svn/phpbb/trunk@7009 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-02-19 04:12:13 +00:00
..
convertors #8082 2007-02-17 18:28:51 +00:00
schemas tagged and up the number... 2007-01-28 18:35:55 +00:00
database_update.php - Pruning doesn't lower user post counts anymore [Bug #7676] 2007-02-08 22:11:14 +00:00
index.php - allow converting from one database to another, no need for tables to be in one database anylonger (this also allows switching from one DBMS that was used with phpBB2 to another DBMS supported by phpBB3 including new systems available in Olympus only) 2007-02-16 23:06:14 +00:00
install_convert.php - clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY 2007-02-19 04:12:13 +00:00
install_install.php - allow converting from one database to another, no need for tables to be in one database anylonger (this also allows switching from one DBMS that was used with phpBB2 to another DBMS supported by phpBB3 including new systems available in Olympus only) 2007-02-16 23:06:14 +00:00
install_main.php - finally making the age calculation work [Bug #3582] 2006-08-06 17:25:29 +00:00
install_update.php First bunch of changes for #5712 2007-01-28 16:46:26 +00:00
phpinfo.php May be useful 2003-02-25 15:48:16 +00:00