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

money's internal amount should be a string #136

Merged
merged 1 commit into from
Jan 13, 2016

Conversation

sagikazarmark
Copy link
Collaborator

@sagikazarmark sagikazarmark commented Jan 13, 2016

Because we support unlimited integers nowadays, this means that integers higher than PHP_INT_MAX can be used (through BC and GMP extrnsions). In order to do so, we can no longer use integers internally but have to use strings to represent the amount.

@sagikazarmark
Copy link
Collaborator Author

Closes #134

@sagikazarmark sagikazarmark modified the milestone: 3.0.0 stable Jan 13, 2016
sagikazarmark added a commit that referenced this pull request Jan 13, 2016
money's internal amount should be a string
@sagikazarmark sagikazarmark merged commit 85ba251 into nextrelease Jan 13, 2016
@sagikazarmark sagikazarmark deleted the strict_compare branch January 13, 2016 09:14
@frederikbosch
Copy link
Member

Great, you can expect the MoneyParser PR this week.

@sagikazarmark
Copy link
Collaborator Author

👍

mbrodala added a commit to mbrodala/TbbcMoneyBundle that referenced this pull request May 20, 2021
Copy link

@Kingcrypto38 Kingcrypto38 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it gud vs

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

Successfully merging this pull request may close these issues.

4 participants