ac4eee8ee0
in mk.conf, and adjust working in MESSAGE.module to say more clearly what is happening PR pkg/51456 by Joern Clausen
11 lines
552 B
Text
11 lines
552 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $
|
|
|
|
By default, example module configuration file was copied to following
|
|
location, and module should be auto-loaded:
|
|
${PHP_EXT_CONF_DIR}/${MODNAME}.ini
|
|
|
|
If you use custom ${PKG_SYSCONFDIR}/php.ini, or nonstandard module
|
|
configuration file location, you might need to add explicit load directive:
|
|
${EXTENSION_DIRECTIVE}=${EXTENSION_FILE}
|
|
===========================================================================
|