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
PHP Parse error: syntax error, unexpected 'bool' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /var/www/html/forum/fix_packages.php on line 90
I believe this is the only tweak needed to support 7.3.
Class type declarations were added in PHP 7.4. In theory we still support older versions of PHP...
So... In PHP 7.3, this throws an error:
tools/fix_packages.php
Line 90 in 4cd83c2
PHP Parse error: syntax error, unexpected 'bool' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /var/www/html/forum/fix_packages.php on line 90
I believe this is the only tweak needed to support 7.3.
This was reported in the forum:
https://www.simplemachines.org/community/index.php?topic=588937.0
The text was updated successfully, but these errors were encountered: