]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Added a new database configuration selection, 'default'. There is an
authorwainstead <wainstead@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 20 Jan 2001 21:52:21 +0000 (21:52 +0000)
committerwainstead <wainstead@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 20 Jan 2001 21:52:21 +0000 (21:52 +0000)
commit26a74527c535f028dde40c1112b3e8868d78e013
treeb36a3f3fbc0b5445374f3d8a611dbcfd4df81ea1
parent88bd1b28f9a8e0a5c98898d0ddc0b11358f976de
Added a new database configuration selection, 'default'. There is an
if/else that determines whether the user is running PHP3 or PHP4 and
sets $WhichDatabase to either 'dbm' or 'dba', and then the
corresponding library file (dbmlib.php or dbalib.php) is loaded.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@374 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/config.php