summaryrefslogtreecommitdiff
path: root/lang/php/ext.ini
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2016-07-17 15:49:44 +0000
committerjdolecek <jdolecek>2016-07-17 15:49:44 +0000
commitfa55eebf49fa0e2282ff4036a0eb3c290cabf7dc (patch)
tree860fdaf92f58a5e0386f8ea242d9944b63aa5af7 /lang/php/ext.ini
parentc9a2f74cc3d039468568ba5c8746e4c9329b78d6 (diff)
downloadpkgsrc-fa55eebf49fa0e2282ff4036a0eb3c290cabf7dc.tar.gz
Automatically enable PHP module or Zend extension when it's installed instead of requiring manual configuration of ${PKG_SYSCONFDIR}/php.ini - put a module-specific .ini file for this into ${PKG_SYSCONFDIR}/php.d
Diffstat (limited to 'lang/php/ext.ini')
-rw-r--r--lang/php/ext.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php/ext.ini b/lang/php/ext.ini
new file mode 100644
index 00000000000..cd39a48cc4b
--- /dev/null
+++ b/lang/php/ext.ini
@@ -0,0 +1,2 @@
+;; enable @MODNAME@
+@EXTENSION_DIRECTIVE@= @EXTENSION_FILE@