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