PHP Parse error in PHP5.3
-
I’m getting a PHP parse error (that is bringing down the whole site) in /functions/settings.php at line 246:
$report = [];
Which is only supported in 5.4. Any chance this could be changed to :
$report = array();
for us poor souls who are stuck with older PHP versions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Parse error in PHP5.3’ is closed to new replies.