Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: phpinfo(): postgresql versions' mismatch



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.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group