From 44d15cd8bb8f0da1376172365844e3faa52e2d34 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Fri, 5 Nov 2004 21:40:25 +0000 Subject: share MESSAGE.module and PLIST.module between php4 and php5 packages, moving them to lang/php/ --- lang/php/MESSAGE.module | 11 +++++++++++ lang/php/PLIST.module | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 lang/php/MESSAGE.module create mode 100644 lang/php/PLIST.module (limited to 'lang/php') 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 -- cgit v1.2.3