]> granicus.if.org Git - php/commit
Drop the custom 'v' format from snprintf custom implementation.
authorGeorge Peter Banyard <girgias@php.net>
Mon, 20 Jan 2020 22:17:24 +0000 (23:17 +0100)
committerGeorge Peter Banyard <girgias@php.net>
Tue, 21 Jan 2020 12:18:13 +0000 (13:18 +0100)
commit13178087c7eaa092667ec3b713e26cba1b919969
treef4595f814d30658244c41607d83186091e79590e
parent5a6f3de8ac419ffee41a3ea19176100b31b3adfb
Drop the custom 'v' format from snprintf custom implementation.

Extensions should instead use the standard 's' format.

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