]> granicus.if.org Git - php/commit
Drop the custom I length modifier from snprintf custom implementation.
authorGeorge Peter Banyard <girgias@php.net>
Wed, 15 Jan 2020 16:06:02 +0000 (17:06 +0100)
committerGeorge Peter Banyard <girgias@php.net>
Mon, 20 Jan 2020 22:03:10 +0000 (23:03 +0100)
commitaaa1f90e3f90c24098fa55a7b868fdca0b89ee25
tree4e09939dbc8aa9cc4e7d82808e37c82db4f82b93
parent691880b22c1ebdf7b58a25e599d2ba41c72b1dfa
Drop the custom I length modifier from snprintf custom implementation.

Extensions should rather use the ZEND_LONG_FMT, ZEND_ULONG_FMT and
ZEND_XLONG_FMT macros defined in php-src/Zend/zend_long.h

Closes GH-5089
UPGRADING.INTERNALS
main/snprintf.c