Re: [HACKERS] plPHP in core? - Mailing list pgsql-general

From Tom Lane
Subject Re: [HACKERS] plPHP in core?
Date
Msg-id 2624.1112645828@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] plPHP in core?  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: [HACKERS] plPHP in core?  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-general
Robert Treat <xzilla@users.sourceforge.net> writes:
> On Monday 04 April 2005 12:01, Tom Lane wrote:
>> Peter has pointed out that the problem of circular dependencies is a
>> showstopper for integrating plPHP.

> AFAICT Peter's claim is false.  You can install plphp in the order of PHP,
> PostgreSQL,plPHP  which is the same for all of the other pl's.

This is not an install problem, it is a build problem.  PHP cannot be
built (except in a stripped-down form) without Postgres already built.
If we try to build plPHP as part of the Postgres package then we have
the same problem in the other direction.  We are going to be very
unloved by packagers if we try to force them to deal with that
(and remember I work for Red Hat nowadays ... in fact it would be *me*
having to deal with the fallout from circular build dependencies).

            regards, tom lane

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: [HACKERS] plPHP in core?
Next
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] plPHP in core?