- Issue created by @vaish
- Status changed to Needs review
about 2 years ago 11:51am 28 March 2023 - πΊπΈUnited States chrisolof
The patch in #2 is working in my tests on a PHP 8.1 environment. The only change I would suggest is moving from intval() to typecasting (int) since:
- We don't need to adjust the base for the conversion
- Typecasting to int is quite a bit faster - πΊπΈUnited States chrisolof
Confirming that the patch in #5 fixes the bug in my tests on a PHP 8.1 environment.
- Status changed to Fixed
over 1 year ago 9:23pm 22 November 2023 - πΊπΈUnited States chrisolof
This has been merged into our 2.x branch and is included in the latest 2.0.0 release.
Automatically closed - issue fixed for 2 weeks with no activity.