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

[8.x] Fix : strtotime Epoch doesn't fit in PHP int (laravel#40686) #40690

Merged
merged 1 commit into from
Jan 28, 2022
Merged

[8.x] Fix : strtotime Epoch doesn't fit in PHP int (laravel#40686) #40690

merged 1 commit into from
Jan 28, 2022

Conversation

coderkoala
Copy link
Contributor

strtotime produces errors on some edge cases, to completely shut down the validation routine within the ValidateAttributes concern. During my testing, I found out that the error is consistently faced in x86 builds of apache + PHP.

This PR attempts to address that minor edge-case. Thanks for your time, and feel free to let me know if there are any requested changes I should address.

@taylorotwell taylorotwell merged commit eb59122 into laravel:8.x Jan 28, 2022
@coderkoala coderkoala deleted the fix/8.x-strtotime-x86 branch January 28, 2022 16:56
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.

2 participants