summaryrefslogtreecommitdiffstats
path: root/graphics/graphviz/graphviz.ini
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2011-03-21 21:32:23 +0100
committer Robby Workman <rworkman@slackbuilds.org>2011-03-24 19:22:35 -0500
commit2bd47ab87eda16e1ed6c0bd377c0187fc8791fcc (patch)
tree8d3fb59fef739fce0d3878d1a270b38c5a196b14 /graphics/graphviz/graphviz.ini
parent2dcab5ec2b3715c85d847d34f3a0657f56dd024f (diff)
downloadslackbuilds-2bd47ab87eda16e1ed6c0bd377c0187fc8791fcc.tar.gz
slackbuilds-2bd47ab87eda16e1ed6c0bd377c0187fc8791fcc.tar.xz
graphics/graphviz: More proper php support.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
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');
+; ?>