View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000641 | Xdebug | Profiling | public | 2010-11-18 08:46 | 2020-03-12 16:47 |
Reporter | vegardlarsen | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Product Version | 2.1.0 | ||||
Summary | 0000641: ob_gzhandler is not profiled | ||||
Description | ob_gzhandler is not present in the outputted profile dump, even though it is included. | ||||
Steps To Reproduce | <?php | ||||
Additional Information | If you specify your own output buffering handler, it is present in the profile dump. If you call ob_gzhandler from your own handler, php:ob_gzhandler will be present as well. <?php The above will list both ob_ownhandler and ob_gzhandler in the output. | ||||
Tags | No tags attached. | ||||
Operating System | Linux 2.6.32-24-generic-pae 0000038-Ubuntu | ||||
PHP Version | 5.3.2 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-11-18 08:46 | vegardlarsen | New Issue | |
2016-12-11 23:53 | derick | Note Added: 0004016 | |
2016-12-11 23:53 | derick | Status | new => resolved |
2016-12-11 23:53 | derick | Resolution | open => won't fix |
2016-12-11 23:53 | derick | Assigned To | => derick |
2020-03-12 16:47 | derick | Category | Feature/Change request => Profiling |