Arnaud Le Blanc

Results 73 comments of Arnaud Le Blanc

There is no way to pause and resume currently, however the current code would allow to implement that easily (we could add a `memprof_disable()` option that cause it to not...

Good idea. Would you contribute this ? What is the best location to place these stubs ? Maybe phpstorm-stubs directly ?

It might be caused by a difference in your environment ? Maybe try to submit a PR anyway

This looks convenient, I need to try that

Hi @Ziggizag @codedge The `todo.php` part is supposed to be a filename. IIRC it was required by the callgrind file format, but I didn't took the time to add the...

Hi @pjdevries I need to write something since forever but I did not took the time to do it yet. Here are some pointers: * Memprof reports how much memory...

Hello @sonersivri What version of memprof are you using ? (you can find it with `php -dextension=memprof.so -i | grep memprof`) Does it crash without the ion cube extension ?

Hi @mattrcampbell Is this happening when profiling a particular script, or on any script ? How are you enabling profiling ? Could you post the list of extensions loaded ?...

Thank you. What is the output of `var_dump(memprof_enabled_flags());` ?

Would you be able to provide a backtrace of the segfault ? You can get one with gdb: ``` MEMPROF_PROFILE=dump_on_limit gdb --args php script.php ``` Type `run` on prompt, and...