You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Decimal is an extension that implements a new arbitrary-precision decimal data type rather than relying on strings, allowing typehinting as well as being faster than both bcmath and GMP.
It would be great to have this supported on Heroku
The text was updated successfully, but these errors were encountered:
Unfortunately, their latest PECL release is broken (it's an alpha, but it has a stable version name), so they'd have to fix that first: php-decimal/ext-decimal#49
They closed the github issue in 2020 saying they would do a 2.0.1 release soon. But it is 2023 and they haven't done that release: https://pecl.php.net/package/decimal
PHP Decimal is an extension that implements a new arbitrary-precision decimal data type rather than relying on strings, allowing typehinting as well as being faster than both bcmath and GMP.
It would be great to have this supported on Heroku
The text was updated successfully, but these errors were encountered: