phpPgAdmin [message #171952] |
Sat, 22 January 2011 17:09 |
Haris
Messages: 2 Registered: January 2011
Karma: 0
|
Junior Member |
|
|
Hi.
When I go to index.php page of phpPgAdmin it tells me that
my php installation doesn't support postgresql.
Do I have any other option besides recompilig php from source (on Windows) ?
Is there some other tool for creating Posgres database (besides Postgres
installation tools) ?
Thanks
|
|
|
Re: phpPgAdmin [message #171953 is a reply to message #171952] |
Sat, 22 January 2011 19:03 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 1/22/2011 12:09 PM, Haris wrote:
> Hi.
>
> When I go to index.php page of phpPgAdmin it tells me that
> my php installation doesn't support postgresql.
> Do I have any other option besides recompilig php from source (on
> Windows) ?
> Is there some other tool for creating Posgres database (besides Postgres
> installation tools) ?
>
> Thanks
Did you try
http://www.lmgtfy.com/?q=install+php+postgres+windows
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: phpPgAdmin [message #171958 is a reply to message #171952] |
Mon, 24 January 2011 08:38 |
alvaro.NOSPAMTHANX
Messages: 277 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
El 22/01/2011 18:09, Haris escribió/wrote:
> When I go to index.php page of phpPgAdmin it tells me that
> my php installation doesn't support postgresql.
> Do I have any other option besides recompilig php from source (on
> Windows) ?
If you are asking so because you compiled PHP yourself, then I'd you say
you need to re-compile. Otherwise, it depends on how you installed PHP
in the first place. The official installer already includes PostgreSQL,
you just have to re-run the wizard and select it in the extension list.
If you used another package such as Xampp, you probably need to edit the
php.ini file.
--
-- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programación web: http://borrame.com
-- Mi web de humor satinado: http://www.demogracia.com
--
|
|
|