]> granicus.if.org Git - php/commit
Make printf_to_smart_str(ing) the primitive printf operation
authorNikita Popov <nikic@php.net>
Sun, 18 Dec 2016 16:53:27 +0000 (17:53 +0100)
committerNikita Popov <nikic@php.net>
Sun, 1 Jan 2017 20:28:20 +0000 (21:28 +0100)
commit5fc9aa9a9509727a55ec5badae9df1a9617be6a1
tree1ffcd5cf9baee362c5556d4e5bf99e973cb255fe
parentc7742e280a4edcc8b216d7b798c805c9a439d663
Make printf_to_smart_str(ing) the primitive printf operation

vs(tr)pprintf is now implemented in Zend on top of
printf_to_smart_str(int), which is provided as a utility function.

This allows us to efficiently printf to the end of a smart string.
Zend/zend.c
Zend/zend.h
main/main.c
main/spprintf.c
main/spprintf.h