Re: Hi!, and a Question

From: Nick Barr <nicky(at)chuckie(dot)co(dot)uk>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: David Cruz <davidcrmail(at)yahoo(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: Hi!, and a Question
Date: 2004-06-04 07:54:49
Message-ID: 40C02AC9.3090406@chuckie.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Christopher Kings-Lynne wrote:
>> and when I look it on the browser it shows:
>>
>> Fatal error: Call to undefined function: pg_connect()
>> in /var/www/index2.php on line 8
>>
>> - I have PostgreSQL 7.4 , Apache is working well, and
>> all other php scripts too. I'm using knoppix and I
>> looked at the KPackage and I have php4-pgsql
>> installed.
>
>
> You have not got pgsql support compiled into PHP.
>
> Chris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>
>
>

Either PHP has not been compiled into PHP, or the extension has not been
turned on. Look in php.ini for a line looking like:

;extension=pgsql.so

and uncomment it (remove the ;) so it looks like:

extension=pgsql.so

HTH

Nick

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Robert Treat 2004-06-04 14:35:53 Re: PHP memory usage
Previous Message Greg Stark 2004-06-04 06:05:02 Re: SSL PostgreSQL and PHP