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
Don't forget that WAMP has two php.ini
files. One in Apache directory, one in php directory (bin\php\php5.X.X
). Wampserver Tray manages the one in Apache directory.
To be able to run php cli tools (e.g php artisan
), you need to uncomment the php_pgsql
and php_pdo_pgsql
in the php.ini
in php directory.