Re: Enabling PHP

From: Anuradha Ratnaweera <anuradha(at)gnu(dot)org>
To: Paul Joseph McGee <mcgee(at)student(dot)cs(dot)ucc(dot)ie>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Enabling PHP
Date: 2001-01-09 14:04:34
Message-ID: Pine.LNX.4.21.0101092003300.6055-100000@bee.lk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


If you compiled php yourself, you will have to recompile it with

--with-pgsql

On the other hand, if you installed the package that came with your
linux/unix distribution, it should also have a pgsql module for php. Try
installing it.

Anuradha

On Mon, 8 Jan 2001, Paul Joseph McGee wrote:

> I am trying to connect to a databse from a php script but I get the error:
> Fatal error:Call to undefined function: pg_connect(). I read that from the
> mailing list archives that I mustnt have compiled some package with the
> postresql library. Could someone tell me how I would fix this.
> Thanks,
> Paul
>

In response to

  • Enabling PHP at 2001-01-08 22:09:21 from Paul Joseph McGee

Browse pgsql-php by date

  From Date Subject
Next Message Julio Cuz, Jr. 2001-01-10 17:17:45 Access to Pgsql
Previous Message Adam Lang 2001-01-09 13:59:26 Re: Enabling PHP