View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001216 | Xdebug | Uncategorized | public | 2015-11-29 21:00 | 2021-03-17 09:22 |
| Reporter | derick | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | no change required | ||
| Summary | 0001216: Investigate optimisations in when to turn things on and off | ||||
| Description | Try to not have too much overhead for when specific features are not enabled or so. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.6.15-5.6.19 | ||||
|
|
diff --git a/xdebug.c b/xdebug.c #if PHP_VERSION_ID >= 70000
|
|
|
I might want to implement this, but it's not high on my list of things to do. |
|
|
This is what Xdebug 3 did. |