Skip to content

Fix #79596: MySQL FLOAT truncates to int some locales#5574

Closed
cmb69 wants to merge 2 commits intophp:PHP-7.3from
cmb69:cmb/79596
Closed

Fix #79596: MySQL FLOAT truncates to int some locales#5574
cmb69 wants to merge 2 commits intophp:PHP-7.3from
cmb69:cmb/79596

Conversation

@cmb69
Copy link
Member

@cmb69 cmb69 commented May 14, 2020

We must not do locale aware float to string conversion here; instead
we using our snprintf() implementation with the F specifier.

We must not do locale aware float to string conversion here; instead
we using our `snprintf()` implementation with the `F` specifier.
@cmb69 cmb69 added the Bug label May 14, 2020
@cmb69
Copy link
Member Author

cmb69 commented May 15, 2020

Thanks! Applied as d1cd489.

@cmb69 cmb69 closed this May 15, 2020
@cmb69 cmb69 deleted the cmb/79596 branch May 15, 2020 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants