【发布时间】:2017-02-21 15:40:27
【问题描述】:
我已经在 Manjaro 中安装了 XAMPP。我正在努力解决这个问题。
Fatal error: Call to undefined function pg_connect()
我已经阅读了一些帖子,我也尝试按照这些步骤进行操作
Open php.ini
Find ;extension=php_pgsql.dll and remove the semicolon at the beginning
Find ;extension=php_pdo_pgsql.dll and remove the semicolon at the beginning
Save the file
Restart apache (kudos @Inventillect)
但这对我不起作用。
有什么想法吗?
【问题讨论】:
标签: php linux postgresql xampp