I was asked to perform(first time) a task in PHP with PostgreSQL for the purpose I intalled XAMPP 1.7.4, PostgreSQL 9.X, I was unaware how to setup phpPgadmin(5.0.2) so I googled and found Configuration Instruction here; and here
after configuring all this i found following error when i tried to https://localhost/phppgadmin
Your PHP installation does not support
PostgreSQL. You need to recompile PHP
using the –with-pgsql configure
option.
I googled again found some possible reasons those are
- you did’t restarted aphace
- the php.ini you changed is not the right php.ini file, make it sure from xampp console under phpinfo()
I have checked both but still error is there no change at all. please someone help me, I already spent more than a business day, THANKs
I tried following article and it worked.
http://programmingmeetsmath.wordpress.com/2010/12/21/a-step-by-step-guide-of-installing-apache-php5-postgresql-windows/