Re: pg_connect() problem

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Sh A Guru Prasad <guru(at)ap(dot)nic(dot)in>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: pg_connect() problem
Date: 2003-12-23 05:57:28
Message-ID: 20031222225728.A28152@quality.qadas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Dec 23, 2003 at 10:20:53AM +0530, Sh A Guru Prasad wrote:
>
> After upgrading postgres from 7.1 to 7.3.2
> PHP 4.0.6 was working fine but after upgrading
> PHP from 4.0.6 to 4.3.2 version it was unable to connect to
> database as pg_connect() was not working.

You should probably discuss this in pgsql-php or in a PHP-related
newsgroup before reporting it to pgsql-bugs.

Could you be more specific than "not working"? What exactly happens?
What errors or warnings does PHP issue, either to the browser or in the
web server's error log? Are you sure the upgraded PHP was built with
PostgreSQL support? A phpinfo() page should tell you.

If your old PHP installation worked, then I suspect the problem is with
the new PHP, not with PostgreSQL.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2003-12-23 06:01:52 BUG #1025: current_time accepts 24:00:00
Previous Message Sh A Guru Prasad 2003-12-23 04:50:53 pg_connect() problem