Выставляю разные варианты настроек и при попытке зайти в http://127.0.0.1/openserver/phpmyadmin/index.php возникают разные ошибки:
Вариант 1:
Apache_2.4-PHP_5.5-5.6
PHP_5.6
MariaDB-10.4
Ошибки:
Warning: Unsupported declare 'strict_types' in D:\OpenServer\modules\system\html\openserver\phpmyadmin\index.php on line 8 Warning: Unsupported declare 'strict_types' in D:\OpenServer\modules\system\html\openserver\phpmyadmin\libraries\common.inc.php on line 33 PHP 7.1.3+ is required. Currently installed version is: 5.6.40Вариант 2:
Apache_2.2-PHP_5.2-5.4
PHP_5.2
MySQL-5.5
Ошибки:
Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in D:\OpenServer\modules\system\html\openserver\phpmyadmin\index.php on line 10Вариант 3:
Apache_2.2-PHP_5.2-5.4
PHP_5.3
MySQL-5.6
Ошибки:
Warning: Unsupported declare 'strict_types' in D:\OpenServer\modules\system\html\openserver\phpmyadmin\index.php on line 8 Parse error: syntax error, unexpected '[' in D:\OpenServer\modules\system\html\openserver\phpmyadmin\index.php on line 28