Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PostgreSQL with wamp [closed]

I have installed WAMP 2.1 on Windows 7 with PHP-5.3.4 and Apache-2.2.17 but instead of MySQL I'm using PostgreSQL version 8.4.

How can configure PostgreSQL on WAMP?

like image 611
Francesco Nigro Avatar asked Mar 07 '11 10:03

Francesco Nigro


1 Answers

I have solved the problem by

  • adding php_pgsql and php_pdo_pgsql extensions
  • adding path-php in PATH environment variable of Windows
like image 131
Francesco Nigro Avatar answered Nov 07 '22 21:11

Francesco Nigro