Ticket #24203: callgraph_utils.php.diff

File callgraph_utils.php.diff, 392 bytes (added by rodney.rehm@…, 14 years ago)

patch applied for variant graphviz

  • ../xhprof_lib/utils/callgraph_utils.

    old new  
    103103       2 => array("file", "/dev/null", "a")
    104104       );
    105105
    106   $cmd = " dot -T".$type;
     106  $cmd = " /opt/local/bin/dot -T".$type;
    107107
    108108  $process = proc_open($cmd, $descriptorspec, $pipes, "/tmp", array());
    109109