PDO & PHP 5.1.2
am 03.02.2006 21:08:51 von John MohrThis is a multi-part message in MIME format.
------=_NextPart_000_0015_01C628CB.5C3B9A80
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
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?
------=_NextPart_000_0015_01C628CB.5C3B9A80
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
charset=3Diso-8859-1">
trying to use=20
the PDO for postgres under PHP 5.1.2. I'm getting a "cannot find driver" =
on the=20
connect. Format for DSN is:
and pw passed=20
as separate parameters. This worked under 5.0.x.
5.0.x I had=20
the separately compile and install pdo_pgsql driver. Under 5.1.2 it =
appears that=20
it is getting it automagically. Does anyone have any=20
suggestions?
------=_NextPart_000_0015_01C628CB.5C3B9A80--