diff options
| author | David M <davidmj@users.sourceforge.net> | 2007-04-01 12:39:34 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2007-04-01 12:39:34 +0000 |
| commit | e7fcb3625ed5763c50861a64e3a00ee6f86f41e5 (patch) | |
| tree | 89749d327eb9f17f93fb026d03bcd0e612e57d29 /phpBB/install/install_install.php | |
| parent | 060a00a8244f59b6169a0252206f07ee8c03c7ae (diff) | |
| download | forums-e7fcb3625ed5763c50861a64e3a00ee6f86f41e5.tar forums-e7fcb3625ed5763c50861a64e3a00ee6f86f41e5.tar.gz forums-e7fcb3625ed5763c50861a64e3a00ee6f86f41e5.tar.bz2 forums-e7fcb3625ed5763c50861a64e3a00ee6f86f41e5.tar.xz forums-e7fcb3625ed5763c50861a64e3a00ee6f86f41e5.zip | |
- 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
Diffstat (limited to 'phpBB/install/install_install.php')
| -rwxr-xr-x | phpBB/install/install_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index eeb0bd8491..06c360d20c 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -138,7 +138,7 @@ class install_install extends module )); // Test the minimum PHP version - $php_version = phpversion(); + $php_version = PHP_VERSION; if (version_compare($php_version, '4.3.3') < 0) { |
