krakjoe / apcu

APCu - APC User Cache
Other
957 stars 193 forks source link

Use the correct format string for zend_long #485

Closed nielsdos closed 1 year ago

nielsdos commented 1 year ago

zend_long is signed, and on some configurations potentially not equal in width to the z specifier. Use ZEND_LONG_FMT instead.