Re: PHP: Too many open links (0) with libpg7.4.3

From: Richard Huxton <dev(at)archonet(dot)com>
To: NTPT <ntpt(at)centrum(dot)cz>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: PHP: Too many open links (0) with libpg7.4.3
Date: 2004-06-24 12:49:41
Message-ID: 40DACDE5.40005@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

NTPT wrote:
> phpinfo() say that there was 0 connections !. Ie not connections at all
> from PHP. Seems that PHP with libpg7.4.3 is not able to start connections
> at all....

Try turning up the logging (particularly the connection logging) in your
postgresql.conf and make see if a connection is attempted at all. It
might be that PHP is getting the error message wrong (PG's error
messages were reworked for 7.4)

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2004-06-24 12:50:14 Re: and here is a free OSS library to do ....
Previous Message NTPT 2004-06-24 12:30:02 Re: PHP: Too many open links (0) with libpg7.4.3