Skip to content

Commit a0efae7

Browse files
committed
[ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
PHPBB3-15926
1 parent be0696a commit a0efae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpBB/install/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
if (version_compare(PHP_VERSION, '5.4.7', '<') || version_compare(PHP_VERSION, '7.3-dev', '>='))
2424
{
25-
die('You are running an unsupported PHP version. Please upgrade to PHP equal or greater than 5.4.7 but less than 7.3-dev in order to install or update to phpBB 3.2');
25+
die('You are running an unsupported PHP version. Please upgrade to PHP equal to or greater than 5.4.7 but less than 7.3-dev in order to install or update to phpBB 3.2');
2626
}
2727

2828
$startup_new_path = $phpbb_root_path . 'install/update/update/new/install/startup.' . $phpEx;

0 commit comments

Comments
 (0)