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
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.