pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap-php Use PKG_PHP_VERSION variable in both places...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1892f368ab60
branches:  trunk
changeset: 491793:1892f368ab60
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Wed Mar 30 03:25:00 2005 +0000

description:
Use PKG_PHP_VERSION variable in both places in the LoadModule command
instead of just for the file part.

diffstat:

 www/ap-php/MESSAGE |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r e9a2c348743e -r 1892f368ab60 www/ap-php/MESSAGE
--- a/www/ap-php/MESSAGE        Wed Mar 30 00:36:41 2005 +0000
+++ b/www/ap-php/MESSAGE        Wed Mar 30 03:25:00 2005 +0000
@@ -1,10 +1,10 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/11/04 18:42:03 jdolecek Exp $
+$NetBSD: MESSAGE,v 1.2 2005/03/30 03:25:00 darcy Exp $
 
 In order to use this module in your Apache 1.x installation, you need to
 add the following to your httpd.conf file:
 
-  LoadModule php4_module lib/httpd/mod_php${PKG_PHP_VERSION}.so
+  LoadModule php${PKG_PHP_VERSION}_module lib/httpd/mod_php${PKG_PHP_VERSION}.so
   AddType application/x-httpd-php .php
 
 You may also add following if you still use .php3 files:
@@ -13,7 +13,7 @@
 
 For Apache 2.x installation, you need following:
 
-  LoadModule php4_module lib/httpd/mod_php${PKG_PHP_VERSION}.so
+  LoadModule php${PKG_PHP_VERSION}_module lib/httpd/mod_php${PKG_PHP_VERSION}.so
   AddHandler application/x-httpd-php .php
 
 You may also add following if you still use .php3 files:



Home | Main Index | Thread Index | Old Index