From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | jd(at)commandprompt(dot)com, peter_e(at)gmx(dot)net, tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: PL/php in pg_pltemplate |
Date: | 2005-11-26 15:41:41 |
Message-ID: | 20051126154141.GB31300@surnet.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Andrew Dunstan wrote:
> Joshua D. Drake said:
> >
> >> The build order would be:
> >>
> >> 1. postgresql
> >> 2. php
> >> 3. plphp
> >>
> >> There is not circular build dependency there.
> >
> > Not only that, plphp does not require the building of php. It can link
> > directly to the .so file :)
>
> This makes no sense. Where do you get the .so file and the headers you will
> undoubtedly also need?
Why, you use the distributor's package of course ;-) The fact is you
don't need to _rebuild_ PHP.
> Also, having to put php in the middle of this sequence is ugly, to say the
> least.
Well, it's already that way, to build PHP's Postgres driver. But this
is in no way related to PL/php.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2005-11-26 15:55:27 | Re: PL/php in pg_pltemplate |
Previous Message | Alvaro Herrera | 2005-11-26 15:37:46 | Re: PL/php in pg_pltemplate |