Re: Configure PostgreSQL on PHP

Поиск
Список
Период
Сортировка
От Carlos Lopes
Тема Re: Configure PostgreSQL on PHP
Дата
Msg-id 009601c33cd8$53a635b0$4f5289c1@clopes
обсуждение исходный текст
Ответ на Re: Configure PostgreSQL on PHP  (Adam Witney <awitney@sghms.ac.uk>)
Ответы Re: Configure PostgreSQL on PHP  (Matt Goodall <matt@pollenation.net>)
Re: Configure PostgreSQL on PHP  (Philip Olson <philip@cornado.com>)
Re: Configure PostgreSQL on PHP  (Ray Hunter <rhunter@venticon.com>)
Список pgsql-php
I'm running php under Windows 2000 and on my php.ini file i uncomment the
line regarding the pgsql dll, but doesn't seems to work.

How do i compile php with the pgsql flag?

Carlos Lopes

----- Original Message -----
From: "DIB Walid" <walid.dib@inria.fr>
To: "Adam Witney" <awitney@sghms.ac.uk>; "Carlos Lopes" <clopes@adm.ua.pt>;
"pgsql-php" <pgsql-php@postgresql.org>
Sent: Friday, June 27, 2003 3:01 AM
Subject: Re: [PHP] Configure PostgreSQL on PHP


I think he forget to compile php with the pgsql flag option.
Walid
Le Vendredi 27 Juin 2003 11:50, Adam Witney a écrit :
> I don't think you need anything in your php.ini, you should be able to
> connect like so:
>
>  $connstr = "dbname=<dbname> user=<user> password=<passwd> host=<host>";
>
>  $dbh = pg_connect($connstr);
>
> If this fails, what errors do you get?
>
> adam
>
> > Hi, can anyone tell me how to configure my php.ini file, so i can
connect
> > to a pgsql database?
> >
> > I already have the database installed and is working under pgAdmin, but
i
> > can't put the pg_connect() command working.
> >
> > Can someone help me?
> >
> > Thanks
> >
> > Carlos Lopes


В списке pgsql-php по дате отправления:

Предыдущее
От: Adam Witney
Дата:
Сообщение: Re: Configure PostgreSQL on PHP
Следующее
От: "utomo restu"
Дата:
Сообщение: Re: about blobs??