aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2014-04-17 13:22:32 +0000
committerAlex Dupre <ale@FreeBSD.org>2014-04-17 13:22:32 +0000
commitdb1aeb286c31949d756bbcc475ae34b06a1269c3 (patch)
tree4b688ef93590886abd2918cbb862927d9b5d6874 /UPDATING
parent2cff873180bd5c314ad74e132c59d5cf2272cb22 (diff)
downloadports-db1aeb286c31949d756bbcc475ae34b06a1269c3.tar.gz
ports-db1aeb286c31949d756bbcc475ae34b06a1269c3.zip
Improve entry about mod_php.
Notes
Notes: svn path=/head/; revision=351472
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 10 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 25f478f7fa06..6385d292c42f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -189,7 +189,16 @@ you update your ports collection, before attempting any port upgrades.
AUTHOR: ale@FreeBSD.org
The Apache PHP module has been separated from the main PHP port.
- If it is needed, install either www/mod_php5 or www/mod_php55.
+ If you had the APACHE OPTION selected, you have to perform the
+ following steps:
+
+ 1) update your lang/php* options (i.e. 'make config')
+ 2) rebuild lang/php* port
+ 3) install www/mod_php* port
+
+ It is *mandatory* to build both ports with the same DEBUG and ZTS
+ options, so if you have a threaded Apache (i.e. worker or event MPM)
+ you have to select the ZTS option in lang/php* port.
20140322:
AFFECTS: users of devel/apr1