Re: lang/php4 defaults to cgi build?

2006-08-17 Thread Frank Steinborn
Nikolas Britton wrote:
 lang/php4 defaults to cgi build. When did we decide this? AFAIK it
 always built the apache module in the past... isn't that standard
 procedure for building a LAMP stack?

Did you try 'make config' in /usr/ports/lang/php4? I don't get your
point.

HTH,
Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: lang/php4 defaults to cgi build?

2006-08-17 Thread Daniel Gerzo
Hello Nikolas,

Thursday, August 17, 2006, 6:43:48 PM, you wrote:

 lang/php4 defaults to cgi build. When did we decide this? AFAIK it
 always built the apache module in the past... isn't that standard
 procedure for building a LAMP stack?

20060506:
  AFFECTS: users of PHP
  AUTHOR: [EMAIL PROTECTED]

  The old PHP slave ports (phpN-cli, phpN-cgi and mod_phpN) were removed
  in favour of unified PHP ports that allow building any combination of
  PHP SAPIs (cli, cgi and apache module).
  The PHP CGI binary was renamed to php-cgi, so you should update
  the path in your script. To simplify the update process, *only* for
  this release a 'php' compatibility symlink to php-cgi will be created
  if you don't select the CLI SAPI.
  Before the upgrade you *should* run 'make config' in lang/php4 or
  lang/php5 to configure the SAPIs you want to install.
  As a consequence the default binary packages include the CLI and the
  FastCGI SAPIs.

-- 
Best regards,
 Danielmailto:[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: lang/php4 defaults to cgi build?

2006-08-17 Thread Bill Moran
In response to Frank Steinborn [EMAIL PROTECTED]:

 Nikolas Britton wrote:
  lang/php4 defaults to cgi build. When did we decide this? AFAIK it
  always built the apache module in the past... isn't that standard
  procedure for building a LAMP stack?
 
 Did you try 'make config' in /usr/ports/lang/php4? I don't get your
 point.

I believe his point is that the current defaults violate POLA badly.
If that is, indeed, his point -- I would tend to agree with it.

-- 
Bill Moran
Collaborative Fusion Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]