2004-10-29 22:31:54 +02:00
|
|
|
===========================================================================
|
2016-10-18 21:09:10 +02:00
|
|
|
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $
|
2004-10-29 22:31:54 +02:00
|
|
|
|
2016-10-18 21:09:10 +02:00
|
|
|
By default, example module configuration file was copied to following
|
|
|
|
location, and module should be auto-loaded:
|
|
|
|
${PHP_EXT_CONF_DIR}/${MODNAME}.ini
|
2004-10-29 22:31:54 +02:00
|
|
|
|
2016-10-18 21:09:10 +02:00
|
|
|
If you use custom ${PKG_SYSCONFDIR}/php.ini, or nonstandard module
|
|
|
|
configuration file location, you might need to add explicit load directive:
|
2016-07-17 17:49:44 +02:00
|
|
|
${EXTENSION_DIRECTIVE}=${EXTENSION_FILE}
|
2004-10-29 22:31:54 +02:00
|
|
|
===========================================================================
|