Fatal error: Call to undefined function pg_connect()

后端 未结 17 1476
广开言路
广开言路 2020-12-02 23:07

I am trying to connect to my database (remote server) which has PostgreSQL installed in it. My PHP code is trying to connect to the database using pg_connect(), but I get th

17条回答
  •  无人及你
    2020-12-02 23:18

    On Gentoo, use USE flag postgres in /etc/portage/make.conf and re emerge "emerge php"

提交回复
热议问题