我正在使用xampp服务器与Windows 8.1中的地址http://localhost:8080配置,每当我尝试与数据库文件交互时,我的意思是与数据库交互,然后我得到以下错误

The http extension is missing. Please check your PHP configuration

我的config.inc配置文件就是这个

**/* Authentication type and info */
$cfg['Servers'][$i]['auth_type']     = 'config';      
// Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'sorry';
$cfg['Servers'][$i]['extension'] = 'http';
$cfg['Servers'][$i]['AllowNoPassword'] = False;
$cfg['Lang'] = '';
/* Bind to the localhost ipv4 address and tcp */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';**

/ 高级功能用户 /

等等

并在这里这个代码导致错误,因为无论我放在扩展名中
$ cfg ['Servers'] [$ i] ['extension'] ='';

例如 . 如果 $cfg['Servers'][$i]['extension'] = 'http';

然后错误将是一个较新版本的phpMyAdmin可用,你应该考虑升级 . 最新版本是4.4.7,于2015-05-16发布 .

可以使用更新版本的phpMyAdmin,您应该考虑升级 . 最新版本是4.4.7,于2015-05-16发布 .

缺少 http 扩展名 . 请检查您的PHP配置 . 我在谷歌搜索的文档,但我没有发现任何问题匹配我 .

erroor继续增加请有人帮助我吗?