View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001137 | Xdebug | Uncategorized | public | 2015-04-08 12:43 | 2015-06-15 09:07 |
Reporter | herb@bobbingwide.com | Assigned To | derick | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.3.2 | ||||
Fixed in Version | 2.3.3 | ||||
Summary | 0001137: Windows does not support %zu formatting for sprintf | ||||
Description | With xdebug.trace_format=0 TRACE START [2015-04-08 12:38:10] Windows does not support the z prefix for the size. | ||||
Steps To Reproduce | This should create the problem <?php xdebug_start_trace(); | ||||
Additional Information | Specific source line causing this problem. fprintf(context->trace_file, "%10zu", zend_memory_usage(0 TSRMLS_CC)); in xdebug_trace_textual_write_footer() I've not checked for other uses. | ||||
Tags | No tags attached. | ||||
Operating System | Windows 8 | ||||
PHP Version | 5.5.15-5.5.19 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-04-08 12:43 | herb@bobbingwide.com | New Issue | |
2015-06-15 09:07 | derick | Note Added: 0003120 | |
2015-06-15 09:07 | derick | Status | new => closed |
2015-06-15 09:07 | derick | Assigned To | => derick |
2015-06-15 09:07 | derick | Resolution | open => fixed |
2015-06-15 09:07 | derick | Fixed in Version | => 2.3.3 |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |