I am working on a Mac using MAMP. PHP version is 7.0.0 I have activated Xdebug and use MacGDP. Joomla version is 3.5.1. If calling the Joomla homepage (i.e.index.php) it complains about that: define('JOOMLA_MINIMUM_PHP', '5.3.10');
Using the evaluation button to get a window to enter and verify that code the result of entering:
define('JOOMLA_MINIMUM_PHP', '5.3.10');
is:
error evaluating code
NO error for index.php
error evaluating code
Joomla 3.5.1, php 7, MAMP with debug and MacGDBp
The same occurs too for the administrator/index.php
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-06-02 14:10:21 |
Closed_By | ⇒ | mbabker |
It's an error with that platform that needs to be reported to those developers. That line of code is perfectly valid PHP syntax.