View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001681 | Xdebug | Step Debugging | public | 2019-07-10 12:48 | 2020-03-12 16:43 |
Reporter | krakjoe | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | resolved | Resolution | duplicate | ||
Summary | 0001681: Reduce cost of getpid() syscall to once per request/thread/process | ||||
Description | getpid() is expensive, and should only be called once per request Original PR: https://github.com/xdebug/xdebug/pull/487, by Joe Watkins | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.3.5-7.3.9 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-07-10 12:48 | krakjoe | New Issue | |
2019-07-19 12:15 | derick | Status | new => acknowledged |
2019-07-19 12:15 | derick | Summary | Reduce cost of getpid syscall to once per request => Reduce cost of getpid() syscall to once per request/thread/process |
2019-07-19 12:15 | derick | Description Updated | |
2019-07-19 12:16 | derick | Relationship added | related to 0001687 |
2020-03-12 16:23 | derick | Severity | minor => feature |
2020-03-12 16:27 | derick | Assigned To | => derick |
2020-03-12 16:27 | derick | Status | acknowledged => resolved |
2020-03-12 16:27 | derick | Resolution | open => duplicate |
2020-03-12 16:27 | derick | Note Added: 0005292 | |
2020-03-12 16:27 | derick | Relationship added | duplicate of 0001755 |
2020-03-12 16:43 | derick | Category | Feature/Change request => Step Debugging |