summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:40:25 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:40:25 +0000
commitcc35f4ca5e714d8313001e78f03d36a2750a735e (patch)
tree17102c3ad4123993736c918e92a21d1d2d36a2f7 /lang/php
parent5ec53f2a31db1af79bed3d9e2c3725457086a018 (diff)
downloadpkgsrc-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.module11
-rw-r--r--lang/php/PLIST.module2
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