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 | |||
| 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 | ||||