Re: Good open source mailing list system PHP / Postgresql - Mailing list pgsql-general

From scott.marlowe
Subject Re: Good open source mailing list system PHP / Postgresql
Date
Msg-id Pine.LNX.4.33.0312011109330.18958-100000@css120.ihs.com
Whole thread Raw
In response to Re: Good open source mailing list system PHP / Postgresql  ("Randolf Richardson, DevNet SysOp 29" <rr@8x.ca>)
Responses Re: Good open source mailing list system PHP / Postgresql  (merlyn@stonehenge.com (Randal L. Schwartz))
List pgsql-general
On Wed, 19 Nov 2003, Randolf Richardson, DevNet SysOp 29 wrote:

> > An ISP I belong to uses Majordomo for their mailing list system. I'd like
> > to encourage them to move to a system that uses a database, preferably
> > psql which they already run on their server. Anything out there in Php?
>
>         I doubt there's anything in PHP since PHP is a language purely used for
> the dynamic generation of web pages (and possibly other types of documents
> for any other systems which are able to embed PHP on the server-side in a
> similar fashion to Dynamic HTML in the way Apache HTTPd does).
>
>         You may have more success if you search on PERL or other languages.

This is simply not true.   PHP comes in both a web ready embedded version,
as well as a CLI version, and is quite capable, even of handling things
like streams and such, and can even be used to write a daemon listening on
a port quite easily.

Just because it (probably) hasn't been used to write such a system doesn't
mean you couldn't do it in PHP.


pgsql-general by date:

Previous
From: "zerobearing2"
Date:
Subject: XML & Postgres Functions
Next
From: Oliver Elphick
Date:
Subject: Re: PostgreSQL from a newcomers perspective