adsr / phpspy

low-overhead sampling profiler for PHP 7+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `fopen` with `open` (no need for `FILE*`) in `event_fout.c`

adsr opened this issue · comments

commented

I think this leads to

event_handler_fout_snprintf: Not enough space in buffer; truncating

when using the -o options; redirecting stdout works/likely this is related to #82