From fa0ee9787d6279766d468c4a27040d8c3ec0af7e Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 6 May 2006 13:26:49 +0000 Subject: Simplify PHP base ports infrastructure: - remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me). --- UPDATING | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index e00fb51951ff..c88238cd5a12 100644 --- a/UPDATING +++ b/UPDATING @@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20060506: + AFFECTS: users of PHP + AUTHOR: ale@FreeBSD.org + + 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. + 20060506: AFFECTS: users of lang/lua, especially KDE editor Kile users AUTHOR: pav@FreeBSD.org -- cgit