Fw: What do these PHP ports mean?

Peter Risdon peter at circlesquared.com
Wed Dec 22 00:41:26 PST 2004


Adam wrote:
> I'm porting PHP, 

Installing?

I looked at the 5 different PHP 5.0.3 version descriptions
> on http://www.freebsd.org/ports/www.html  they all have the same long
> description and different "Requires"
> 
> What are the differences in these?
> php5-5.0.3_1

The base port. Without additional arguments, a make install clean will 
install the cli (command line interpreter) and mod_php.

> php5-cgi-5.0.3_1

This installs the cgi interpreter instead of the cli. Since they have 
the same name and are installed to the same location, you can only have 
one of these installed[1].

>  php5-mnogosearch-5.0.3_1

install (php and) the extensions necessary for mnogosearch.

>  php5-session-5.0.3_1

install session support for php

>  php5-tidy-5.0.3_1

(html) tidy extension for php.


Peter.

[1] In fact you can install both, with a bit of hand-rolling.


More information about the freebsd-questions mailing list