php连接PostgreSQL错误Call to undefined function pg_connect()

时间:2022-09-23 23:47:30

使用php连接PostgreSQL,报错Call to undefined function pg_connect();

跟换成pdo之后也报错,'PDOException' with message 'could not find driver'PDOException' with message 'could not find driver

检测环境:

首先已经开启了extension=php_pdo_pgsql.dll和extension=php_pgsql.dll扩展已经打开,但是不行。

然后,将\PostgreSQL\bin添加到了环境变量,还是不行。

然后,将\PostgreSQL\bin\libpq.dll 放入system32也没有效果。

最后,将libpq.dll\php\php5.*\进入\apache*\bin ,问题解决。