1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

- PostgreSQL can now use schemas. During install, under database name, enter databasename.schema

- phpversion() to PHP_VERSION


git-svn-id: file:///svn/phpbb/trunk@7255 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-04-01 12:39:34 +00:00
parent 060a00a824
commit e7fcb3625e
5 changed files with 22 additions and 7 deletions

View File

@@ -950,7 +950,7 @@ class sqlite_extractor extends base_extractor
if (is_null($proper))
{
$proper = version_compare(phpversion(), '5.1.3', '>=');
$proper = version_compare(PHP_VERSION, '5.1.3', '>=');
}
if ($proper)