We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fc4cb commit bac7e55Copy full SHA for bac7e55
1 file changed
ext.php
@@ -59,7 +59,7 @@ protected function check_phpbb_version()
59
*/
60
protected function check_php_version()
61
{
62
- return phpbb_version_compare(PHP_VERSION, '5.5.0', '>=');
+ return PHP_VERSION_ID >= 50500;
63
}
64
65
/**
0 commit comments