Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Hm after removing my .cnf file and changing username and identity file directly
in
the script, the stray newline at the beginning is gone. Now it works. Strange
however, why a file like
<?php
$foo = 'bar';
$baz = 'bof';
?>
...would result in a newline at the beginning of the output?
Original comment by michael....@gmail.com
on 16 Apr 2010 at 11:36
Please ask for help on the mailing list, not the bug tracker.
Original comment by baron.schwartz
on 16 Apr 2010 at 2:10
I have the smae problem... any fix??
Original comment by karlosn...@gmail.com
on 26 May 2011 at 1:18
I fixed :)
Just change:
$nc_cmd = 'nc -C -q1';
by
$nc_cmd = 'nc -C ';
Now I have memcached graph
Original comment by karlosn...@gmail.com
on 26 May 2011 at 2:27
Attachments:
Original issue reported on code.google.com by
michael....@gmail.com
on 16 Apr 2010 at 8:43