summaryrefslogtreecommitdiff
path: root/graphics/graphviz/graphviz.ini
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphviz/graphviz.ini')
-rw-r--r--graphics/graphviz/graphviz.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/graphviz/graphviz.ini b/graphics/graphviz/graphviz.ini
new file mode 100644
index 0000000000..6561f21010
--- /dev/null
+++ b/graphics/graphviz/graphviz.ini
@@ -0,0 +1,12 @@
+; Enable graphviz extension module
+; extension=gv.so
+
+; Graphviz' own documentation mentions a "gv.php" file that should
+; be included. This file is however not necessary, it is just a
+; wrapper class around functions that are already available after
+; loading the extension, just leave out the "gv::" prefix.
+; In case you still prefer to use the wrapper class you have to
+; include it using its absolute path:
+; <?php
+; include ('/usr/lib/graphviz/php/gv.php');
+; ?>