jonaswouters / XhprofBundle

XHProf bundle for Symfony 2
210 stars 49 forks source link

Skip built in functions #65

Closed JordyMoos closed 9 years ago

JordyMoos commented 9 years ago

Xhprof gives us a segmentation fault on php 5.5 It is a know bug: https://bugs.php.net/bug.php?id=65345

For us to prevent the bug we must skip the build-in functions.

So this pull request allows the configuration of skipping build in functions.

marcusklaas commented 9 years ago

+1

stephpy commented 9 years ago

Thanks ;)