phacility / xhprof

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
http://pecl.php.net/package/xhprof
Apache License 2.0
2.6k stars 925 forks source link

Work-around to avoid too long file names when saving to temp folder #62

Closed simenbw closed 8 years ago

simenbw commented 9 years ago

I've encountered a problem when xhprof is trying to save a file with name over 255 chars.

epriestley commented 8 years ago

Don't try to save a file name with over 255 characters.

alrasch commented 8 years ago

@epriestley - Are you also telling us to avoid entire file paths with > 255 characters? Because that's still an issue.