Re: postgres/php and windows

Поиск
Список
Период
Сортировка
От manjusri schuit
Тема Re: postgres/php and windows
Дата
Msg-id ebedc620511211039j52f2b6a4i22d6b370988fb64b@mail.gmail.com
обсуждение исходный текст
Ответ на postgres/php and windows  (Dave Wayne <davewayne@shaw.ca>)
Список pgsql-php
Hello
First you will need to know wheter php is been setup corectly.

Paste this

<?php
phpinfo()
?>

into a textfile or you're favorite editor and save it as phpinfo.php or so in you're webroot (mydrive\Apache Group\ApacheX\htdocs)

then goto http://localhost/phpinfo.php

1) Configurationfile (php.ini) Path must piont to the place wher you stored you're php ini.
2) if you scroll down a bit you will find a block with "pgpsql"  witchs means that you have postgres support enabled in php.
If not found that means you're php ini is not setup correctly
check www.php.net for more info on how to setup php.ini.

--
Met vriendelijke groet
Manjusri Schuit

On 11/20/05, Dave Wayne <davewayne@shaw.ca> wrote:
Does anyone know if there is a good guide for setting up php to connect to postgres under windows? I've set up postgres, however the PConnect function fails for some reason.
 
Any help would be appriecated
 
 


В списке pgsql-php по дате отправления:

Предыдущее
От: CGMoller@StateStreet.com
Дата:
Сообщение: Re: postgres/php and windows
Следующее
От:
Дата:
Сообщение: Re: postgres/php and windows