View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001828 | Xdebug | Uncategorized | public | 2020-08-04 14:19 | 2021-03-17 15:25 |
Reporter | videoice | Assigned To | derick | ||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Summary | 0001828: "long" type is used wrongly for 32b+ data like memory usage | ||||
Description | Go thru all "long(?=\s)" uses and replace it with "uint64_t/int64_t" where relevant like memory usage in bytes. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.4.0-7.4.4 | ||||
|
You're probably right, but I wonder where this issue occurred? Locally, I see no warnings when compiling Xdebug, and I enable a lot of them: https://github.com/xdebug/xdebug/blob/master/config.m4#L38 |
|
Warning(s) comes from MSVC (Microsoft Visual C++ compiler) |
|
Sounds like this a duplicate of 0001827 then, so I'll close this one as such. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-08-04 14:19 | videoice | New Issue | |
2021-03-17 08:46 | derick | Assigned To | => derick |
2021-03-17 08:46 | derick | Status | new => feedback |
2021-03-17 08:46 | derick | Note Added: 0005725 | |
2021-03-17 13:54 | videoice | Note Added: 0005787 | |
2021-03-17 13:54 | videoice | Status | feedback => assigned |
2021-03-17 15:25 | derick | Status | assigned => closed |
2021-03-17 15:25 | derick | Resolution | open => duplicate |
2021-03-17 15:25 | derick | Note Added: 0005794 | |
2021-03-17 15:25 | derick | Relationship added | duplicate of 0001827 |