diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-05 21:40:25 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-05 21:40:25 +0000 |
commit | cc35f4ca5e714d8313001e78f03d36a2750a735e (patch) | |
tree | 17102c3ad4123993736c918e92a21d1d2d36a2f7 /lang/php | |
parent | 5ec53f2a31db1af79bed3d9e2c3725457086a018 (diff) | |
download | pkgsrc-cc35f4ca5e714d8313001e78f03d36a2750a735e.tar.gz |
share MESSAGE.module and PLIST.module between php4 and php5 packages, moving
them to lang/php/
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/MESSAGE.module | 11 | ||||
-rw-r--r-- | lang/php/PLIST.module | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lang/php/MESSAGE.module b/lang/php/MESSAGE.module new file mode 100644 index 00000000000..f1be9d75663 --- /dev/null +++ b/lang/php/MESSAGE.module @@ -0,0 +1,11 @@ +=========================================================================== +$NetBSD: MESSAGE.module,v 1.1 2004/11/05 21:40:25 jdolecek Exp $ + +To enable this module, add the following to ${PKG_SYSCONFDIR}/php.ini: + + extension=${MODNAME}.so + +and make sure extension_dir points to the dir where ${MODNAME}.so is. + +Then restart your PHP${PKG_PHP_VERSION}-enabled HTTP server to load this module. +=========================================================================== diff --git a/lang/php/PLIST.module b/lang/php/PLIST.module new file mode 100644 index 00000000000..7a79f615f9d --- /dev/null +++ b/lang/php/PLIST.module @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.module,v 1.1 2004/11/05 21:40:25 jdolecek Exp $ +${PHP_EXTENSION_DIR}/${MODNAME}.so |