reference/bc/book.xml
1d61be1ed9edb9b8191206768f2640aa9c7623ae
...
...
@@ -24,7 +24,7 @@
24
24
a <type>string</type> as operand may not have the desired effect due to the
25
25
way PHP converts <type>float</type> values to <type>string</type>, namely
26
26
that the <type>string</type> may be in exponential notation (which is not
27
-
supported by BCMath), and that the decimal separator is locale dependent
27
+
supported by BCMath), and that, prior to PHP 8.0.0, the decimal separator is locale dependent
28
28
(while BCMath always expects a decimal point).
29
29
</para>
30
30
<informalexample>
31
31