WAPP - Can't connect to PostgreSQL using PHP

Lists: pgsql-php
From: "roche magsayo" <rtmsoft(at)gmail(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: WAPP - Can't connect to PostgreSQL using PHP
Date: 2008-06-25 06:38:10
Message-ID: 873a98c60806242338i270ae89bi65ed798b870aa4bc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

Hello Everyone,

I am novice in using PostgreSQL 8.3.1, PHP 5.2.6, and Apache 2.2.9 but
I manage to installed it in my Windows XP Pro laptop. However, when I
my test my Apache installed its work. For PHP, it also work and i can
even connect to MySQL database installed also in my laptop. But, when
I write a simple code to connect to PostgreSQL it does not work. Does
anyone help me. Thank in advance.

--
Roche Tumlad Magsayo
rtmsoft(at)yahoo(dot)com
rtmsoft(at)gmail(dot)com


From: Brew <brew(at)theMode(dot)com>
To: "roche magsayo" <rtmsoft(at)gmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: WAPP - Can't connect to PostgreSQL using PHP
Date: 2008-06-25 14:20:45
Message-ID: 1d7288990806250720i3feaba41x95d5a9cc2638f8a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

Roche.....

Try a brief script calling the phpinfo(); function to see if the
module to give php pgsql support is loaded. Since mysql works you
should see one called mysql - there should be another called pgsql or
similar.

brew

On Wed, Jun 25, 2008 at 2:38 AM, roche magsayo <rtmsoft(at)gmail(dot)com> wrote:
> Hello Everyone,
>
> I am novice in using PostgreSQL 8.3.1, PHP 5.2.6, and Apache 2.2.9 but
> I manage to installed it in my Windows XP Pro laptop. However, when I
> my test my Apache installed its work. For PHP, it also work and i can
> even connect to MySQL database installed also in my laptop. But, when
> I write a simple code to connect to PostgreSQL it does not work. Does
> anyone help me. Thank in advance.
>
> --
> Roche Tumlad Magsayo
> rtmsoft(at)yahoo(dot)com
> rtmsoft(at)gmail(dot)com
>
> --
> Sent via pgsql-php mailing list (pgsql-php(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-php
>

--

Strange Brew (brew(at)theMode(dot)com)

Check out my Stock Option website http://www.callpix.com
and my Musicians Free Classified http://www.TheMode.com


From: "Jason Minion" <jason(dot)minion(at)sigler(dot)com>
To: "Brew" <brew(at)theMode(dot)com>, "roche magsayo" <rtmsoft(at)gmail(dot)com>
Cc: <pgsql-php(at)postgresql(dot)org>
Subject: Re: WAPP - Can't connect to PostgreSQL using PHP
Date: 2008-06-25 14:32:59
Message-ID: 261CF9EEB14F5442894AB6DDA93AA6F4E2928F@mail.siglercompanies.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

There have been several issues with the PHP 5.2.6 windows binary build,
I would suggest backtracking to 5.2.5 if there are no other patch issues
relevant to your use of the software on your Windows XP installation, or
using a combination of the dlls found in the 5.2.5 binary release for
the pgsql support.

Please see:

http://bugs.php.net/bug.php?id=44905

Unfortunately we have not had consistent success using the workarounds
described in the above bug thread, and the issue does not get a lot of
spotlight so it can be difficult and time-consuming for many individuals
to recognize.

HTH,

Jason Minion
jason(dot)minion(at)sigler(dot)com

-----Original Message-----
From: pgsql-php-owner(at)postgresql(dot)org
[mailto:pgsql-php-owner(at)postgresql(dot)org] On Behalf Of Brew
Sent: Wednesday, June 25, 2008 9:21 AM
To: roche magsayo
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: [PHP] WAPP - Can't connect to PostgreSQL using PHP

Roche.....

Try a brief script calling the phpinfo(); function to see if the module
to give php pgsql support is loaded. Since mysql works you should see
one called mysql - there should be another called pgsql or similar.

brew

On Wed, Jun 25, 2008 at 2:38 AM, roche magsayo <rtmsoft(at)gmail(dot)com>
wrote:
> Hello Everyone,
>
> I am novice in using PostgreSQL 8.3.1, PHP 5.2.6, and Apache 2.2.9 but

> I manage to installed it in my Windows XP Pro laptop. However, when I
> my test my Apache installed its work. For PHP, it also work and i can
> even connect to MySQL database installed also in my laptop. But, when
> I write a simple code to connect to PostgreSQL it does not work. Does
> anyone help me. Thank in advance.
>
> --
> Roche Tumlad Magsayo
> rtmsoft(at)yahoo(dot)com
> rtmsoft(at)gmail(dot)com
>
> --
> Sent via pgsql-php mailing list (pgsql-php(at)postgresql(dot)org) To make
> changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-php
>

--

Strange Brew (brew(at)theMode(dot)com)

Check out my Stock Option website http://www.callpix.com and my
Musicians Free Classified http://www.TheMode.com

--
Sent via pgsql-php mailing list (pgsql-php(at)postgresql(dot)org) To make
changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-php


From: "Chandra ASGI Tech" <chandraasgi(at)gmail(dot)com>
To: "Jason Minion" <jason(dot)minion(at)sigler(dot)com>
Cc: Brew <brew(at)themode(dot)com>, "roche magsayo" <rtmsoft(at)gmail(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: WAPP - Can't connect to PostgreSQL using PHP
Date: 2008-06-25 15:31:56
Message-ID: fbf9dcc60806250831h284f67ddp7a70b71ef468e023@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

Hi,

I am using WAMPServer 2 (http://www.wampserver.com/en/index.php) - which
provides a good development environment for Windows based Apache - PHP. It
allows you to install almost all the existing releases(
http://www.wampserver.com/en/add-ons.php) of Apache, PHP (and MySQL) and
configure them easily - so that you can enable the MySQL or PgSQL modules as
you want in your PHP extensions.

I have PostgreSQL 8.2.4 and WampServer2 (Apache 2.2.6 and PHP 5.2.5)
installed on my XP laptop and it works fine. I also use phppgadmin (http://
sourceforge*.*net/projects/phppgadmin<http://sourceforge.net/projects/phppgadmin>)
which
is similar to but not as much userfriendly (atleast) like phpmyadmin.

Though I have not used myself, I still know that WampServer allows you to
install * any number of * latest releases of Apache and PHP and configure
and switch between them.

Thanks and Regards,
Chandra-ASGI

On Wed, Jun 25, 2008 at 10:32 AM, Jason Minion <jason(dot)minion(at)sigler(dot)com>
wrote:

> There have been several issues with the PHP 5.2.6 windows binary build,
> I would suggest backtracking to 5.2.5 if there are no other patch issues
> relevant to your use of the software on your Windows XP installation, or
> using a combination of the dlls found in the 5.2.5 binary release for
> the pgsql support.
>
> Please see:
>
> http://bugs.php.net/bug.php?id=44905
>
> Unfortunately we have not had consistent success using the workarounds
> described in the above bug thread, and the issue does not get a lot of
> spotlight so it can be difficult and time-consuming for many individuals
> to recognize.
>
> HTH,
>
> Jason Minion
> jason(dot)minion(at)sigler(dot)com
>
>
> -----Original Message-----
> From: pgsql-php-owner(at)postgresql(dot)org
> [mailto:pgsql-php-owner(at)postgresql(dot)org] On Behalf Of Brew
> Sent: Wednesday, June 25, 2008 9:21 AM
> To: roche magsayo
> Cc: pgsql-php(at)postgresql(dot)org
> Subject: Re: [PHP] WAPP - Can't connect to PostgreSQL using PHP
>
> Roche.....
>
> Try a brief script calling the phpinfo(); function to see if the module
> to give php pgsql support is loaded. Since mysql works you should see
> one called mysql - there should be another called pgsql or similar.
>
> brew
>
> On Wed, Jun 25, 2008 at 2:38 AM, roche magsayo <rtmsoft(at)gmail(dot)com>
> wrote:
> > Hello Everyone,
> >
> > I am novice in using PostgreSQL 8.3.1, PHP 5.2.6, and Apache 2.2.9 but
>
> > I manage to installed it in my Windows XP Pro laptop. However, when I
> > my test my Apache installed its work. For PHP, it also work and i can
> > even connect to MySQL database installed also in my laptop. But, when
> > I write a simple code to connect to PostgreSQL it does not work. Does
> > anyone help me. Thank in advance.
> >
> > --
> > Roche Tumlad Magsayo
> > rtmsoft(at)yahoo(dot)com
> > rtmsoft(at)gmail(dot)com
> >
> > --
> > Sent via pgsql-php mailing list (pgsql-php(at)postgresql(dot)org) To make
> > changes to your subscription:
> > http://www.postgresql.org/mailpref/pgsql-php
> >
>
>
>
> --
>
> Strange Brew (brew(at)theMode(dot)com)
>
> Check out my Stock Option website http://www.callpix.com and my
> Musicians Free Classified http://www.TheMode.com <http://www.themode.com/>
>
> --
> Sent via pgsql-php mailing list (pgsql-php(at)postgresql(dot)org) To make
> changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-php
>
> --
> Sent via pgsql-php mailing list (pgsql-php(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-php
>