Re: [PHP-DEV] printf() improvements

2020-05-11 Thread Nikita Popov
On Thu, Apr 23, 2020 at 8:30 AM G. P. B. wrote: > On Wed, 22 Apr 2020 at 15:25, Nikita Popov wrote: > >> Hi internals, >> >> I'd like to make two improvements to the printf() functionality exposed by >> PHP (also affecting other variations like sprintf, vprintf, etc.) These >> improvements are

Re: [PHP-DEV] printf() improvements

2020-04-23 Thread G. P. B.
On Wed, 22 Apr 2020 at 15:25, Nikita Popov wrote: > Hi internals, > > I'd like to make two improvements to the printf() functionality exposed by > PHP (also affecting other variations like sprintf, vprintf, etc.) These > improvements are motivated by >

[PHP-DEV] printf() improvements

2020-04-22 Thread Nikita Popov
Hi internals, I'd like to make two improvements to the printf() functionality exposed by PHP (also affecting other variations like sprintf, vprintf, etc.) These improvements are motivated by https://wiki.php.net/rfc/locale_independent_float_to_string, which will make float to string casts locale