From 1d61be1ed9edb9b8191206768f2640aa9c7623ae Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 16 Jul 2021 16:07:07 +0200 Subject: [PATCH] float to string conversion is no longer locale dependent --- reference/bc/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/bc/book.xml b/reference/bc/book.xml index d6a8a528fb..ed84830e80 100644 --- a/reference/bc/book.xml +++ b/reference/bc/book.xml @@ -24,7 +24,7 @@ a string as operand may not have the desired effect due to the way PHP converts float values to string, namely that the string may be in exponential notation (which is not - supported by BCMath), and that the decimal separator is locale dependent + supported by BCMath), and that, prior to PHP 8.0.0, the decimal separator is locale dependent (while BCMath always expects a decimal point).