View Issue Details

IDProjectCategoryView StatusLast Update
0001940XdebugInstallationpublic2021-01-29 22:43
Reporterdevnexen Assigned Toderick  
PrioritylowSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version3.0.2 
Target Version3.0devFixed in Version3.0.3 
Summary0001940: Wrong type used for showing GC Stats reports
Description

at compile time, spurious but harmless printf format like :

src/gc_stats/gc_stat.c 209 warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long')

Additional Information

Build on Mac M1 but indeed zend_long is a signed type originally.

TagsNo tags attached.
Operating System
PHP Version8.0.0-8.0.4

Activities

Issue History

Date Modified Username Field Change
2021-01-29 11:00 devnexen New Issue
2021-01-29 11:26 derick Summary gc stats reports => Wrong type used for showing GC Stats reports
2021-01-29 11:26 derick Target Version => 3.0dev
2021-01-29 22:43 derick Assigned To => derick
2021-01-29 22:43 derick Status new => closed
2021-01-29 22:43 derick Resolution open => fixed
2021-01-29 22:43 derick Fixed in Version => 3.0.3
2021-01-29 22:43 derick Note Added: 0005664