开发者

Image_Graphviz Example shows nothing

开发者 https://www.devze.com 2023-03-20 03:23 出处:网络
i´m trying to use Image_开发者_C百科Graphviz from pear. I installed the package via pear install. All went fine, pear list displays the package as stable.

i´m trying to use Image_开发者_C百科Graphviz from pear. I installed the package via pear install. All went fine, pear list displays the package as stable. When I try to display the given example there´s just an empty page. Do I need to install more than the pear package? I tryed with PHP 5.3.2 and PHP 5.2.7


As the manual page states:

Calling graphviz' dot or neato is being done by Image_GraphViz implicitly when calling image() or fetch().

So you need to install the graphviz program on your machine, and have it available in your path.

0

精彩评论

暂无评论...
验证码 换一张
取 消