View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001817 | Xdebug | Uncategorized | public | 2020-07-01 11:09 | 2020-10-14 15:02 |
Reporter | derick | Assigned To | derick | ||
Priority | high | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 3.0dev | Fixed in Version | 3.0.0beta1 | ||
Summary | 0001817: Switch filename storage from char/size_t to zend_string | ||||
Description | A the moment Xdebug use char*/size_t for filenames and their lenghts, even if PHP itself uses zend_strings for them. By switching to zend_strings and its ref counting abilities we should gain quite a bit of performance as a lot fewer memory allocations have to be made. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.4.0-7.4.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-07-01 11:09 | derick | New Issue | |
2020-07-02 08:57 | derick | Assigned To | => derick |
2020-07-02 08:57 | derick | Status | new => closed |
2020-07-02 08:57 | derick | Resolution | open => fixed |
2020-07-02 08:57 | derick | Fixed in Version | => 3.0dev |
2020-10-14 15:02 | derick | Fixed in Version | 3.0dev => 3.0.0beta1 |