Re: Hi!, and a Question - Mailing list pgsql-php

From Nick Barr
Subject Re: Hi!, and a Question
Date
Msg-id 40C02AC9.3090406@chuckie.co.uk
Whole thread Raw
In response to Re: Hi!, and a Question  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List 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


pgsql-php by date:

Previous
From: Greg Stark
Date:
Subject: Re: SSL PostgreSQL and PHP
Next
From: Robert Treat
Date:
Subject: Re: PHP memory usage