На моем хостинге установлен PHP Version 3.0.18 и MySQL 3.22.32-log.
При попытке создать таблицу с помощью phpMyAdmin 2.2.4, получаю ошибку:
.
Parse error: parse error in /www/hamradio.online.ru/htdocs/phpMyAdmin/read_dump.php on line 249
.
Фрагмент read_dump.php:
.
if ( (PMA_PHP_INT_VERSION < 40000 && is_integer($pos) && !$pos)
249 || (PMA_PHP_INT_VERSION >= 40000 && $pos === false) ) {
// if no \'.\' in openbasedir, do not move the file, force the
// error and let PHP report it error_reporting(E_ALL);
$sql_query = fread(fopen($sql_file, \'r\'), filesize($sql_file));
.
Подскажите пож., может у меня версия phpMyAdmin не подходит для PHP3 ?