Re: PHP libpq Version != Actual PGSQL Version

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: PHP libpq Version != Actual PGSQL Version
Дата
Msg-id 26CC576A-8D95-42BE-A5B4-1FB21FEC0A63@pgedit.com
обсуждение исходный текст
Ответ на PHP libpq Version != Actual PGSQL Version  (<operationsengineer1@yahoo.com>)
Ответы Re: PHP libpq Version != Actual PGSQL Version
Список pgsql-novice
On Mar 28, 2006, at 10:18 PM, <operationsengineer1@yahoo.com>
<operationsengineer1@yahoo.com> wrote:

> i noticed today that phpinfo() displays:
>
> PostgreSQL(libpq) Version     8.0.1
>
> the strange thing is that i upgraded to 8.1.
>
> shouldn't it display 8.1 instead of 8.0.1?

In general, no. Unless you compiled PHP yourself, it uses whatever
version of libpq was available at build time. For example, on OS X my
PHP library has no dynamic references for libpq. PostgreSQL support
was compiled in when PHP was built and changing the PostgreSQL
version on my computer has no impact.




John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PHP libpq Version != Actual PGSQL Version
Следующее
От: Christoph Della Valle
Дата:
Сообщение: Re: LIMIT clause and long timings