Re: phpinfo(): postgresql versions' mismatch

From: ljb <lbayuk(at)pobox(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: phpinfo(): postgresql versions' mismatch
Date: 2007-02-10 01:51:45
Message-ID: eqj8fg$1bac$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Mihail(dot)Mihailov(at)uta(dot)fi wrote:
> Dear all,
>
> I have recently found out that PHP libpq Version reported by
> phpinfo() doesn't match the Actual PGSQL Version on the server.
>...

phpinfo() reports the version of libpq which was present when PHP
(or the PHP pgsql module) was compiled. It does not reflect runtime.
It is best to both compile and use the libpq version that matches the
server.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Michael Fuhr 2007-02-12 03:13:52 Re: phpinfo(): postgresql versions' mismatch
Previous Message Mihail Mihailov 2007-02-09 17:53:46 Re: phpinfo(): postgresql versions' mismatch