0

"Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option."

I am facing this issue on windows when I try to access PhpPgAdmin. My postgresql version is 9.1 and PHP is installed in WAMP stack. I tried enabling the php_pgsql extension but didn't work. Plz help on what needs to be done to make it work.

Thanks!

mssrivatsa
  • 343
  • 1
  • 3
  • 10

1 Answers1

0

As it says, your installation doesn't support PGSQL, because XAMPP is laid down to be used with mySql. This might help you though,

Ahatius
  • 4,777
  • 11
  • 49
  • 79