将phppgadmin连接从adodb更改为php7.2-pgsql
尝试从phppgadmin在数据库上运行SQL查询,并收到错误消息“不建议使用:不推荐使用each()函数。在/usr/share/php/adodb/adodb-error.inc中的进一步调用将抑制此消息。第114行的php”
在我的config.inc.php中,我什么都没有定义连接类型
// Display name for the server on the login screen
$conf['servers'][0]['desc'] = 'PostgreSQL';
// Hostname or IP address for server. Use '' for UNIX domain socket.
// use 'localhost' for TCP/IP connection on this computer
$conf['servers'][0]['host'] = 'phppgadmin.com';
// Database port on server (5432 is the PostgreSQL default)
$conf['servers'][0]['port'] = 5432;
我想将默认连接从adodb更改为php7.2-pgsql
答案 0 :(得分:0)
您需要运行带有对php7适当支持的phppgadmin的较新版本。我建议只是从https://github.com/phppgadmin/phppgadmin
的git master那里获取代码