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 | 0a1723c42ac3af53eb266dc8831771fc1f9e45b0 (patch) | |
tree | 17102c3ad4123993736c918e92a21d1d2d36a2f7 /lang/php | |
parent | 22bfbac487fa651170b3229d39ec700b687a3b71 (diff) | |
download | pkgsrc-0a1723c42ac3af53eb266dc8831771fc1f9e45b0.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 |