View Issue Details

IDProjectCategoryView StatusLast Update
0001940XdebugInstallationpublic2021-01-29 22:43
Reporterdevnexen Assigned To 
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