diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 13:26:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 13:26:49 +0000 |
commit | f12d3a0ccb6b5f12408152f1e699e0d91ebfe909 (patch) | |
tree | 7e77ab1846eeb19035bf34f40c8aa72a0f2fd4db /UPDATING | |
parent | c98b5156448cba566825c999725c2c7f544414a5 (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-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |