Re: Xampp, PostgreSQL & phpPgAdmin - Mailing list pgsql-general

From Hannes Dorbath
Subject Re: Xampp, PostgreSQL & phpPgAdmin
Date
Msg-id diiei4$2dbd$1@news.hub.org
Whole thread Raw
In response to Xampp, PostgreSQL & phpPgAdmin  (Aileen <cemplukcute2003@yahoo.com>)
List pgsql-general
First, this does not have to do anything with PostgreSQL and I guess
this newsgroup is a bad place to ask PHP/xampp questions.

Second, if you are to lazy to install that few applications that xampp
wraps in some click-and-forget install-package, why should we be less
lazy and debug your broken click-and-forget installation? You would not
have this problems when you just did it the normal, manual way and
actually just understood a little bit about the apps you installed. If
anyone, ask the authors of this package what they/you broke and how to
fix it.

But to answer your question, I heard that xampp ships with multiple
php.ini files and it seems a common problem, that people have no idea
which one is used. Create a file:

<?php
phpinfo();
?>

Run it and see the ini path in the first lines. Then run this file again
and see if the extension is load, if not, see your error logs on why not.

On 12.10.2005 03:54, Aileen wrote:
> Hello, i'm using xampp 1.4.13 for windows.
> I already installed PostgreSQL 8.0 and also
> phpPgAdmin-3.5.5.
>
> I've updated php.ini which locate in
> /xampp/apache/bin/, and i've unmarked :
> extension=php_pgsql.dll
> But when i run phpPgAdmin, i got an error message :
> "Your PHP installation does not support PostgreSQL.
> You   need to recompile PHP using the --with-pgsql
> configure option."
>
> However the /xampp/php/extensions directory has got
> the php_pgsql.dll file, so can anyone suggest what
> might be wrong?


--
Regards,
Hannes Dorbath

pgsql-general by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [pgsql-advocacy] Oracle buys Innobase
Next
From: "Zlatko Matic"
Date:
Subject: Re: user privilages for executing pg_autovacuum?