PDO & PHP 5.1.2

From: "John Mohr" <jtmohr(at)healthconresources(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: PDO & PHP 5.1.2
Date: 2006-02-03 20:08:51
Message-ID: IHEBIKJHMMKHJKLKCDHLEEKEFIAA.jtmohr@healthconresources.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

I'm trying to use the PDO for postgres under PHP 5.1.2. I'm getting a
"cannot find driver" on the connect. Format for DSN is:

"pgsql:host=localhost port=5432 dbname=xxx" with the user and pw passed as
separate parameters. This worked under 5.0.x.

Under 5.0.x I had the separately compile and install pdo_pgsql driver. Under
5.1.2 it appears that it is getting it automagically. Does anyone have any
suggestions?

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Gavin M. Roy 2006-02-03 20:15:51 Re: PDO & PHP 5.1.2
Previous Message operationsengineer1 2006-02-03 18:25:34 Re: php and postgresql on windows