mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
We should keep the value of bcmath.scale and the internal bc_precision global synchronized. Probably more important than the ability to retrieve bcmath.scale via ini_get(), this also makes sure that the set scale does not leak into the next request, as it currently does.