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

Integer size warnings for time related functions #1013

Closed
stoph opened this issue Feb 7, 2024 · 1 comment
Closed

Integer size warnings for time related functions #1013

stoph opened this issue Feb 7, 2024 · 1 comment

Comments

@stoph
Copy link
Contributor

stoph commented Feb 7, 2024

For certain core functionality that use time related functions, like strtotime() and mktime(), a warning will be displayed saying Epoch doesn't fit in a PHP integer due to the 32bit platform.

An example of the error is:
image

@adamziel
Copy link
Collaborator

adamziel commented Feb 8, 2024

Resolved in #1014

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

2 participants