pkgsrc/www/php3/MESSAGE.module
jlam b79863177f Implement new framework to handle PHP3 modules, based on the way PHP4
modules are handled.  Also buildlinkify, honor ${PKG_SYSCONFDIR}, and use
the general INSTALL scripts to handle the php3.ini config file.  Become
the maintainer since the changes to the package structure are fairly large.
The new framework should make creating new PHP3 modules simpler, and makes
buildlinkifying those modules simpler as well.
2002-01-10 13:17:11 +00:00

10 lines
428 B
Text

===========================================================================
$NetBSD: MESSAGE.module,v 1.1 2002/01/10 13:17:11 jlam Exp $
To enable this module, add the following to ${PKG_SYSCONFDIR}/php3.ini:
extension_dir=${PREFIX}/${PHP_EXTENSION_DIR}
extension=${MODNAME}.so
and restart your PHP3-enabled HTTP server to load this module.
===========================================================================