Re: Seeking advice on getting started with PHP & PG in Debian

Поиск
Список
Период
Сортировка
От brew@theMode.com
Тема Re: Seeking advice on getting started with PHP & PG in Debian
Дата
Msg-id Pine.BSF.4.44.0304111712270.30064-100000@themode.com
обсуждение исходный текст
Ответ на Seeking advice on getting started with PHP & PG in Debian  ("Nick Fankhauser - Doxpop" <nickf@doxpop.com>)
Ответы Re: Seeking advice on getting started with PHP & PG in Debian  ("Nick Fankhauser" <nickf@ontko.com>)
Список pgsql-php
Nick.....

> but I'm not sure what components I'll need to get in order to set up PHP
> & connect it to PGSQL.

I'm running Debian Linux with php and postgreSQL on my development laptop.


Go with php4, it has everything plus more that php3 has.

I've got these modules loaded for serving php postgesql webpages.

apache
apache-common
php4
php4-pgsql

and you may also want to load

php4-curl - if you want your server to connect as a client to other
websites via secure connection (for credit card verification and such)

phppgadmin - a set of scripts to adminster postgreSQL remotely

and of course phpdoc and postgresql-doc.

I also have postgresql and postgresql-client on my machine, but in your
case they will be on your remote machine.

Hope I didn't leave anything out.

brew

 ==========================================================================
                  Strange Brew   (brew@theMode.com)
     Check out my Musician's Online Database Exchange (The MODE Pages)
                        http://www.TheMode.com
 ==========================================================================


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

Предыдущее
От: "Nick Fankhauser - Doxpop"
Дата:
Сообщение: Seeking advice on getting started with PHP & PG in Debian
Следующее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Seeking advice on getting started with PHP & PG in Debian