Re: [GENERAL] plPHP in core?

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [GENERAL] plPHP in core?
Date: 2005-04-02 23:46:37
Message-ID: 20050402194433.S18194@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Sat, 2 Apr 2005, Joshua D. Drake wrote:

> Peter Eisentraut wrote:
>
>> Joshua D. Drake wrote:
>>
>>> Actually as I think about it... that is not the case even now. When
>>> we download the php source the base configure before compile is:
>>>
>>> ./configure --disable-all
>>>
>>> Thus no use of PostgreSQL whatsoever.
>>>
>>
>> I'm sure it is possible to get around it manually, but think about
>> distributors. They probably compile PHP more to the tunes of
>> --enable-everything. I don't think they will like it if we tell them that
>> they need to switch to a two-stage build process or something.
>>
> Well I can't speak to anything but Linux. Most Linux
> distributions (at least the significant ones) break PHP
> up into several different packages and things like mysql
> and php are specifically different packages.

This is correct for FreeBSD also ... you build a 'central php' and add
modules as seperate ports that are enabled thorugh an extensions.ini file
...

Same thing happens with the various 'components' of postgresql, each are
built/installed as seperate packages, where if the appropriate headers are
already installed on teh machine, the core distribution doesn't have to be
re-downloaded/extracted ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sean Davis 2005-04-02 23:58:11 Re: getting information of tables and indexes
Previous Message Joshua D. Drake 2005-04-02 23:32:58 Re: [GENERAL] plPHP in core?

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-04-03 02:55:18 Re: [HACKERS] plPHP in core?
Previous Message Joshua D. Drake 2005-04-02 23:32:58 Re: [GENERAL] plPHP in core?