Re: php and postgresql on windows

From: "Randy Moller" <zoomerz(at)comcast(dot)net>
To: "'Przemek Kowalczyk'" <przemek(dot)ca(at)gmail(dot)com>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: php and postgresql on windows
Date: 2006-02-03 05:19:41
Message-ID: 20060203051943.038479DCBEE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Actually, the php_pgsql.dll file does NOT natively install on the windows
CGI distribution. If you installed using the "installer", then download the
zip distribution and extract the dll from the ext folder.

Next, if you haven't already done so, uncomment the extension line on
php.ini, and you should be good to go.

If you installed originally from the zip/tar/rar file, then it should be
there, yes.

Hope this helps.

Randy

-----Original Message-----
From: pgsql-php-owner(at)postgresql(dot)org [mailto:pgsql-php-owner(at)postgresql(dot)org]
On Behalf Of Przemek Kowalczyk
Sent: Thursday, February 02, 2006 10:04 PM
To: pgsql-php(at)postgresql(dot)org
Subject: Re: [PHP] php and postgresql on windows

Yes and Yes.

On 03/02/06, Chris <dmagick(at)gmail(dot)com> wrote:
> Hi,
>
> Does the php_pgsql.dll file exist in the f:\php\ext folder?
>
> Did you restart your webserver after making this change?
>
> Przemek Kowalczyk wrote:
> > I am having trouble making php have postgresql support. I saw a post
> > saying that if it is setup correctly you should see a psql entry. in
> > info.php. I see no such entry.
> > My postgresql is setup correctly because I can connect to it, view
> > tables etc. I am trying to setup php5, I installed it with apache2
> > and php itself works. But I cannot get postgresql part to work. I
> > have a simple script that I found when looking up the pg_connect
> > function but I get Fatal error: Call to undefined function
> > pg_connect() in F:\Program Files\Apache Group\Apache2\htdocs\index.php
> > on line 2
> > I also tried phppgadmin and it also gives me an error saying that
> > "Your PHP installation does not support PostgreSQL. You need to
> > recompile PHP using the --with-pgsql configure option."
> >
> >
> > In my php.ini I have
> > extension_dir = "./;F:\PHP\ext\"
> > and I have taken out the semi-colon in
> > extension=php_pgsql.dll
> >
> > Is that all that's required to get the pg functions to work?
> >
> > I tried inserting this dl('php_pgsql.dll'); into my script and still
> > says undefined function.
>
>

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.0/248 - Release Date: 2/1/2006

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Przemek Kowalczyk 2006-02-03 07:21:42 Re: php and postgresql on windows
Previous Message Chris 2006-02-03 05:14:18 Re: php and postgresql on windows