1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +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

@@ -116,7 +116,7 @@ if (extension_loaded('mbstring'))
* Notes:
* - offset for mb_strrpos was added in 5.2.0, we emulate if it is lower
*/
if (version_compare(phpversion(), '5.2.0', '>='))
if (version_compare(PHP_VERSION, '5.2.0', '>='))
{
/**
* UTF-8 aware alternative to strrpos