Falko

Show:

What's happening?

  • Comment: Error ReflectionException

    Hm... I haven't tested it with newer PHP versions for quite a while. Can you try if the examples in the readme file work for you?.

    2013-04-24 01:01:56 PDT in phpCallGraph

  • Comment: Error ReflectionException

    Which PHP version are you using?.

    2013-04-23 04:16:55 PDT in phpCallGraph

  • Comment: new svg callgraph driver

    Hi Magalie, I agree that SVG is an interesting output format for its scalability properties and phpCallGraph can produce it through GraphViz. But AFAIK, SVG doesn't solve the problem that the graphs need to be layoutet in a meaningful way. This is a hard problem perfectly solved by the GraphViz library. Do you know any other graph layouting library that is easier to use? Cheers, Falko.

    2013-04-11 02:55:53 PDT in phpCallGraph