View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001427 | Xdebug | Profiling | public | 2017-04-24 13:54 | 2021-04-14 16:05 |
| Reporter | fredrik | Assigned To | derick | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | won't fix | ||
| Platform | Linux | ||||
| Summary | 0001427: Enable profiler to be started from PHP | ||||
| Description | It would be nice if the profiler could be started from PHP with a function call. For example, I want to profile 1/100 requests. if (_rand(0, 100) == 0) { xdebug_profiler_enable(); } Or, I would like to profile requests from a certain IP, etc. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.1.0-7.1.4 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-04-24 13:54 | fredrik | New Issue | |
| 2017-12-16 17:24 | derick | Status | new => acknowledged |
| 2020-03-12 16:23 | derick | Severity | minor => feature |
| 2020-03-12 16:30 | derick | Category | Feature/Change request => Profiling |
| 2021-03-17 09:28 | derick | Assigned To | => derick |
| 2021-03-17 09:28 | derick | Status | acknowledged => feedback |
| 2021-03-17 09:28 | derick | Note Added: 0005749 | |
| 2021-04-14 16:05 | derick | Status | feedback => closed |
| 2021-04-14 16:05 | derick | Resolution | open => won't fix |