windows下php无法支持pgsql,该怎么解决

WBOY
Release: 2016-06-13 13:32:22
Original
1211 people have browsed it

windows下php无法支持pgsql
初学postgresql,想安装一个在本机测试一下,环境为windows xp + apache2 + php5(5.2.6) + postgresql8.4.一切安装正常,但是再装上phppgadmin测试时,显示“您的 PHP 中没有完整的数据库支持”。apache错误日志为“PHP Warning: PHP Startup: Unable to load dynamic library 'C:/php/ext/php_pgsql.dll'”。多次在网上搜索解决方法,已完成以下操作:
1、修改php.ini
2、确认C:\php\ext\下php_pgsql.dll存在
3、修改path环境变量,添加了postgresql的bin目录
4、将libpg.dll放至windows\system32下
5、重启apache多次
就这样,还是不行,请教各路高手,问题到底出在什么地方呢?万分感谢!
不好意思,仅有的一点积分已经用光了,所以只好请大家多多支持了。

------解决方案--------------------
cmd下,cd到php所在目录,之后在cmd下运行 php 看提示吧,却啥lib它会提示你,需要啥去pgsql下cpoy到windows\system32下,你只复制一个libpg.dll是不够的,好象复制好多个

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template