Re: Xampp, PostgreSQL & phpPgAdmin

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Xampp, PostgreSQL & phpPgAdmin
Date: 2005-10-12 07:39:04
Message-ID: diiei4$2dbd$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Zlatko Matic 2005-10-12 08:11:24 Re: user privilages for executing pg_autovacuum?
Previous Message Simon Riggs 2005-10-12 07:36:12 Re: [GENERAL] Oracle buys Innobase