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

breaks in PHP8 due to money_format() #6

Open
PxT opened this issue Sep 3, 2023 · 1 comment
Open

breaks in PHP8 due to money_format() #6

PxT opened this issue Sep 3, 2023 · 1 comment

Comments

@PxT
Copy link

PxT commented Sep 3, 2023

return '$' . money_format('%.2n', $fPrice);

money_format() was deprecated in PHP 7.4 and removed in 8.0
https://www.php.net/manual/en/function.money-format.php

@PxT
Copy link
Author

PxT commented Sep 3, 2023

Pull request #7

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

No branches or pull requests

1 participant