diff options
Diffstat (limited to 'www/php4/MESSAGE.module')
-rw-r--r-- | www/php4/MESSAGE.module | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/php4/MESSAGE.module b/www/php4/MESSAGE.module index 1cbe4f691d0..d50e5cdfae0 100644 --- a/www/php4/MESSAGE.module +++ b/www/php4/MESSAGE.module @@ -1,9 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE.module,v 1.3 2001/11/26 07:34:07 jlam Exp $ +$NetBSD: MESSAGE.module,v 1.4 2002/12/21 13:39:25 wiz Exp $ To enable this module, add the following to ${PKG_SYSCONFDIR}/php.ini: extension=${MODNAME}.so -and restart your PHP4-enabled HTTP server to load this module. +and make sure extension_dir points to the dir where ${MODNAME}.so is. + +Then restart your PHP4-enabled HTTP server to load this module. =========================================================================== |