On Thu, Dec 7, 2023 at 3:36 PM Alex Pravdin <[email protected]> wrote:
Ext-decimal: > ... > - Workaround: implements the Decimal class that allows basic regular math > operations. > I just found out that under PHP 8.3, basic arithmetic operations on the Decimal object variables are no longer supported and cause TypeError. So this is one more point to implementing native decimals in PHP. Best, Alex
