Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the PHP Decimal extension #429

Open
marcroberts opened this issue Sep 7, 2020 · 4 comments
Open

Support for the PHP Decimal extension #429

marcroberts opened this issue Sep 7, 2020 · 4 comments

Comments

@marcroberts
Copy link

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

@dzuelke
Copy link
Contributor

dzuelke commented Sep 8, 2020

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

@jwage
Copy link

jwage commented Apr 20, 2021

@dzuelke Hi David, is this something that can be addressed now or does the problem still persist in php-decimal/ext-decimal#49?

@stof
Copy link
Contributor

stof commented Jan 30, 2023

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

@dzuelke
Copy link
Contributor

dzuelke commented Mar 1, 2023

But there has been a 1.4 release as well which appears to work on PHP 8.2 according to comments... can someone confirm this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants