Re: Problem when connect with pgsql

From: Damián Culotta <dculotta(at)fibertel(dot)com(dot)ar>
To: "Gita Purnamasari" <gitapsari(at)gmail(dot)com>
Cc: <pgsql-php(at)postgresql(dot)org>
Subject: Re: Problem when connect with pgsql
Date: 2006-06-14 11:18:41
Message-ID: 011f01c68fa4$4a7f40e0$6501a8c0@workstation
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

You need to download the extensions for Php.
You have to download de .zip version of Php. In that file you have the
extensions.
Copy the extensions into your Php directory, then you have to change your
php.ini configuration.
First, you have to indicate the extensions_dir, I supouse that you have to
write:

extension_dir = "c:\php\extensions"

After that, you have to uncomment the extension=php_pgsql.dll. (Have to
erase the ";").

Sorry for my bad english, I'm out of practice.

----- Original Message -----
From: "Gita Purnamasari" <gitapsari(at)gmail(dot)com>
To: "Damián Culotta" <dculotta(at)fibertel(dot)com(dot)ar>
Sent: Wednesday, June 14, 2006 7:12 AM
Subject: Re: [PHP] Problem when connect with pgsql

>I am using windows
>
> Damián Culotta wrote:
>
>> It's seems taht you don't have the Php extensions to work with
>> PostgreSql.
>> Are You using Windows or Linux?.
>>
>> ----- Original Message ----- From: "Gita Purnamasari"
>> <gitapsari(at)gmail(dot)com>
>> To: <pgsql-php(at)postgresql(dot)org>
>> Sent: Wednesday, June 14, 2006 5:56 AM
>> Subject: [PHP] Problem when connect with pgsql
>>
>>
>>> Hello,
>>>
>>> I am new on pgsql-php, whe i tried my new php script to connect with
>>> pgsql
>>> occur message : Call to undefined function pg_connect() when i try to
>>> connect
>>> with pgsql, is there some thing to be set ?
>>> Thaks
>>>
>>>
>>>
>>>
>>> ---------------------------(end of broadcast)---------------------------
>>> TIP 1: if posting/reading through Usenet, please send an appropriate
>>> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
>>> message can get through to the mailing list cleanly
>>>
>>>
>>
>>
>>
>
>
>

Browse pgsql-php by date

  From Date Subject
Next Message Christopher Kings-Lynne 2006-06-16 01:39:55 Re: Phppgadmin
Previous Message Devrim GUNDUZ 2006-06-14 09:53:12 Re: Problem when connect with pgsql