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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user