diff options
author | ale <ale@FreeBSD.org> | 2006-05-06 21:26:49 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-06 21:26:49 +0800 |
commit | fa0ee9787d6279766d468c4a27040d8c3ec0af7e (patch) | |
tree | d567d1a145942f125ce6aa31265d4c973fe16556 /UPDATING | |
parent | d31a80e0f433ddb1e337f4e257ef88876b829db0 (diff) | |
download | freebsd-ports-gnome-fa0ee9787d6279766d468c4a27040d8c3ec0af7e.tar.gz freebsd-ports-gnome-fa0ee9787d6279766d468c4a27040d8c3ec0af7e.tar.zst freebsd-ports-gnome-fa0ee9787d6279766d468c4a27040d8c3ec0af7e.zip |
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).
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 |