From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "Psql_General (E-mail)" <pgsql-general(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] plPHP in core? |
Date: | 2005-04-04 16:01:41 |
Message-ID: | 26515.1112630501@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> ... If there are no license or build issues I'm in favor.
Peter has pointed out that the problem of circular dependencies is a
showstopper for integrating plPHP. The build order has to be
Postgres
PHP (since its existing DB support requires Postgres to build)
plPHP
so putting #1 and #3 into the same package is a no go. Which is too
bad, but I see no good way around it.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2005-04-04 16:30:50 | Re: [HACKERS] plPHP in core? |
Previous Message | Thomas F.O'Connell | 2005-04-04 16:00:28 | Re: Recovering real disk space |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2005-04-04 16:18:06 | Re: Bug in DROP NOT NULL |
Previous Message | Tom Lane | 2005-04-04 15:47:06 | Re: DELETE ... USING |