View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001507 | Xdebug | Uncategorized | public | 2017-12-31 09:06 | 2020-03-12 16:46 |
| Reporter | beberlei | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.6.0beta1 | ||||
| Target Version | 2.6.0 | Fixed in Version | 2.6.0rc1 | ||
| Summary | 0001507: Provide access to Zend Engine GC data | ||||
| Description | The Zend Engine stores two data points "gc_runs" (Number of gc runs) and "collected" (total number of collected roots) both of which are not exposed to userland and could provide a simple way for debugging tools to get a rough experience of what the GC is doing. I propose to add two functions to expose this information: xdebug_get_gc_run_count(): int | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.2.0-7.2.4 | ||||