Integration of postgreSQL on WAMP

后端 未结 7 1264
故里飘歌
故里飘歌 2021-02-02 00:52

I have just installed the postgreSQL on windows 7. I am trying to integrate postgreSQL with WAMP server. For this i have done the following changes in httpd.conf and php.ini fi

相关标签:
7条回答
  • 2021-02-02 01:41

    Probably the best place to start is with the msdn docs. It looks like the simplest fix is to set the %PATH% environment variable system-wide to include the path to libpq.dll.

    Note that %PATH is searched last, so if a libpq is ever put into the system directory or the Apache directory it will be caught first.

    0 讨论(0)
提交回复
热议问题