Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-11 Thread Boian Bonev
> > i'd also preffer to have both versions - on all of my production servers i > > do install both apache module and cgi version. the latter i use for cron > > jobs, background processing and whatsoever tasks that need to do something > > outside the web. so in my opinion both sapi module and cgi

Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-11 Thread Alexander Bokovoy
On Wed, Apr 11, 2001 at 01:06:56PM +0300, Boian Bonev wrote: > > > > Perhaps optionally disabled.. --without-cgi? > > > I would go for optionally on, I really dont want to build both the > apache > > > module (p.e.) AND the CGi at the same time. For QA testing this is fine, > > > but not for produ

Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-11 Thread Boian Bonev
> > > Perhaps optionally disabled.. --without-cgi? > > I would go for optionally on, I really dont want to build both the apache > > module (p.e.) AND the CGi at the same time. For QA testing this is fine, > > but not for production servers. > > If you want to use the PEAR tools, you need the CGI

Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-09 Thread Stig Sæther Bakken
[Derick Rethans <[EMAIL PROTECTED]>] > On Mon, 9 Apr 2001, James Moore wrote: > > > > > > > 4. The CGI version of PHP is always built and installed. > > > > > > I think this should be optional. > > > > Perhaps optionally disabled.. --without-cgi? > > I would go for optionally on, I really do

[PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-09 Thread Stig Sæther Bakken
[Jon Parise <[EMAIL PROTECTED]>] > On Sun, Apr 08, 2001 at 06:21:50PM -0400, Stig Sther Bakken wrote: > > > 1. Using --datadir to determine where PEAR PHP files go. With > >--datadir=/usr/share or --datadir=/usr/share/php, PHP architecture > >independent files go to /usr/share/php, and P

Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-09 Thread Anil Madhavapeddy
Sascha Schumann wrote: > > No. The alternative is to pass --enable-cgi on the command-line. ? This doesn't work (nor is it listed in the --help options to configure) I mean to compile a CGI and APXS DSO in a single compile, not two. My understanding is that only one SAPI module can be selected

[PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-09 Thread Chuck Hagenbuch
Quoting Derick Rethans <[EMAIL PROTECTED]>: > I would go for optionally on, I really dont want to build both the apache > module (p.e.) AND the CGi at the same time. For QA testing this is fine, > but not for production servers. But if the PEAR installer is going to depend on the cgi version of

Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV]--with-pear[=DIR] patch

2001-04-09 Thread Sascha Schumann
On Mon, 9 Apr 2001, Anil Madhavapeddy wrote: > Derick Rethans wrote: > > > > I would go for optionally on, I really dont want to build both > > the apache module (p.e.) AND the CGi at the same time. > > For QA testing this is fine, but not for production servers. > > Well, it really beats the alt

Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-09 Thread Anil Madhavapeddy
Derick Rethans wrote: > > I would go for optionally on, I really dont want to build both > the apache module (p.e.) AND the CGi at the same time. > For QA testing this is fine, but not for production servers. Well, it really beats the alternative, which is to compile everything twice ... what's w

Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV]--with-pear[=DIR] patch

2001-04-09 Thread Sascha Schumann
On Mon, 9 Apr 2001, James Moore wrote: > > > > 4. The CGI version of PHP is always built and installed. > > > > I think this should be optional. > > Perhaps optionally disabled.. --without-cgi? First, it is a boolean feature, hence enable/disable would be correct. Second, defaulting

Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV]--with-pear[=DIR] patch

2001-04-09 Thread Derick Rethans
On Mon, 9 Apr 2001, James Moore wrote: > > > > 4. The CGI version of PHP is always built and installed. > > > > I think this should be optional. > > Perhaps optionally disabled.. --without-cgi? I would go for optionally on, I really dont want to build both the apache module (p.e.) AND the CG

[PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-09 Thread James Moore
> > 4. The CGI version of PHP is always built and installed. > > I think this should be optional. Perhaps optionally disabled.. --without-cgi? James -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-09 Thread Sascha Schumann
> 4. The CGI version of PHP is always built and installed. I think this should be optional. - Sascha Experience IRCG http://schumann.cx/http://schumann.cx/ircg -- PHP Development Mailing List To unsubscrib

[PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Jon Parise
On Sun, Apr 08, 2001 at 06:21:50PM -0400, Stig Sther Bakken wrote: > 1. Using --datadir to determine where PEAR PHP files go. With >--datadir=/usr/share or --datadir=/usr/share/php, PHP architecture >independent files go to /usr/share/php, and PEAR's PHP files go to >/usr/share/php/p

Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Stig Sæther Bakken
[Derick Rethans <[EMAIL PROTECTED]>] > On 8 Apr 2001, Stig Sæther Bakken wrote: > > > 4. The CGI version of PHP is always built and installed. > > It would be nice if we could disable this, like: --without-cgi I'll add it. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & T

Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Derick Rethans
On 8 Apr 2001, Stig Sæther Bakken wrote: > 4. The CGI version of PHP is always built and installed. It would be nice if we could disable this, like: --without-cgi Regards, Derick Rethans - PHP: Scripting the Web - www

[PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Stig Sæther Bakken
[Jon Parise <[EMAIL PROTECTED]>] > Does anyone object to the following patch to the PHP configure system? > > It removes the --disable-pear flag in favor of a new --with-pear > option. The --with-pair option also allows the specification of the > PEAR installation directory at compilation time.