Updated minimum PHP requirement

Updated minimum PHP requirement

28th November 2020, 12:02 am

Composr now requires PHP 5.3+ (but really you should be on PHP 7.3+).

If anyone is on hosting with some kind of "PHP selector" and wonders why they are getting "syntax error, unexpected T_FUNCTION" even though they have a new version of PHP selected…

Check the .htaccess file (which may be hidden in your file manager by default).

It could contain an override something like:

Code

AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
change to:

Code

#AddHandler application/x-httpd-php52 .php .php5 .php4 .php3

I just helped a user identify this issue.
1 guest and 0 members have just viewed this.
Control functions:

Statistics

Forum statistics:
  • 2,051 topics, 7,194 posts, 10,824 members
  • Our newest member is gracenayjanjoh
Birthdays:
Back to Top