summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-05-06 13:26:49 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-05-06 13:26:49 +0000
commitf12d3a0ccb6b5f12408152f1e699e0d91ebfe909 (patch)
tree7e77ab1846eeb19035bf34f40c8aa72a0f2fd4db /UPDATING
parentUpdate maintainer address (diff)
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).
Notes
Notes: svn path=/head/; revision=161492
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e00fb51951ff..c88238cd5a12 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,22 @@ 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