graphviz.ini 462 B

12345678910111213
  1. ; Enable graphviz extension module
  2. ; extension=gv.so
  3. ; Graphviz' own documentation mentions a "gv.php" file that should
  4. ; be included. This file is however not necessary, it is just a
  5. ; wrapper class around functions that are already available after
  6. ; loading the extension, just leave out the "gv::" prefix.
  7. ; In case you still prefer to use the wrapper class you have to
  8. ; include it using its absolute path:
  9. ; <?php
  10. ; include ('/usr/share/php/gv.php');
  11. ; ?>