-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
update big int on cookie expire time to datatime format #18179
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
Conversation
update int 30 years to string
update cookie time
update one error
update comments
remove a not used else
group test into simple functions
update typo
Seems there are also various tests failing... |
update warning to try catch
@sgiehl sorry, that's my bad, it actually fired a warning instead of an error. |
add warning to exception handler
restore test after cookie
Not sure that's the best approach, it actually throws a warning to an exception enters the catch. Then reset it back. Line 478 in 393bfa7
|
remove GMT
revert test back
remove warning
remove time to fix bit 32
@sgiehl that's looks great, let me update it. |
update cookie, and function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to merge for me now. Will wait for the tests before merging
Description:
Fixes: #18019
add a function in cookies. it accepts timestamp (int) and string eg:
+ 30 years
to avoid big int in PHP 32 bitReview