Re: PDO driver for PostgreSQL in WAMP Server



Jivanmukta wrote:
Do you have the Postgres client libraries installed and available to the
web server (i.e. in your PATH variable)?

I don't have Postgres in my PATH because installer didn't add it. But
psql and pgAdmin work fine so I think I have libraries working.

Did you enable the Postgres
extension (php_pgsql.dll)?

I have extension=php_pgsql.dll in my php.ini, but I don't see it in
phpinfo.

Just because pgAdmin works doesn't mean things are set up properly. If the libraries are not accessible to the web server process, PHP can't load them.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.