Mihail.Mihailov@uta.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.