Re: Linking legacy PHP stuff - Mailing list pgsql-general

From Lamar Owen
Subject Re: Linking legacy PHP stuff
Date
Msg-id 3999671E.A140E05D@wgcr.org
Whole thread Raw
In response to Linking legacy PHP stuff  (Simon Brooke <simon@weft.co.uk>)
Responses Re: Linking legacy PHP stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Simon Brooke wrote:
> Anyone already got a fix? If not, anyone got any suggestions as to what
> I start hacking? What has changed in the PGresult structure between 6.3
> (when it worked for certain) and 7.0.2 (when it for certain doesn't).

At 6.4, there was a protocol change that renders clients for libpq
version 1 incapable of connecting or using servers using protocol
version 2.  Thus, unless you want to do surgery on PHP/FI 2, you will
have to stick with PostgreSQL 6.3.2 or earlier.

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

pgsql-general by date:

Previous
From: Simon Brooke
Date:
Subject: Linking legacy PHP stuff
Next
From: Philip Warner
Date:
Subject: Re: passwords and pg_dump