Date: Wed, 22 Dec 2004 08:41:09 +0000 From: Peter Risdon <peter@circlesquared.com> To: Adam <adam@jamradar.com> Cc: freebsd-questions@FreeBSD.org Subject: Re: Fw: What do these PHP ports mean? Message-ID: <41C93325.90107@circlesquared.com> In-Reply-To: <008901c4e7f1$51ba3970$0200a8c0@PANASONIULSWMR> References: <008901c4e7f1$51ba3970$0200a8c0@PANASONIULSWMR>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41C93325.90107>