You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: htdocs/install/check.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@
128
128
print"<br>\n";
129
129
130
130
// Check PHP version max
131
-
$arrayphpmaxversionwarning = array(8, 4, 0);
131
+
$arrayphpmaxversionwarning = array(8, 5, 0);
132
132
if (versioncompare(versionphparray(), $arrayphpmaxversionwarning) > 0 && versioncompare(versionphparray(), $arrayphpmaxversionwarning) < 3) { // Maximum to use (warning if higher)
0 commit comments