summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-05 21:40:25 +0000
committerjdolecek <jdolecek>2004-11-05 21:40:25 +0000
commit44d15cd8bb8f0da1376172365844e3faa52e2d34 (patch)
tree17102c3ad4123993736c918e92a21d1d2d36a2f7 /lang/php
parenteef31cd83a7b27319f6469221a1aa0a7221261cb (diff)
downloadpkgsrc-44d15cd8bb8f0da1376172365844e3faa52e2d34.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