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

Warning: mktime() expects at most 6 parameters, 7 given #67

Closed
vaidiep opened this issue Jan 4, 2019 · 1 comment
Closed

Warning: mktime() expects at most 6 parameters, 7 given #67

vaidiep opened this issue Jan 4, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@vaidiep
Copy link

vaidiep commented Jan 4, 2019

When using the mktime() function from Safe without parameters, we get this warning :

Warning: mktime() expects at most 6 parameters, 7 given

The reason is that the parameter 7 "is_dst" has been removed in PHP 7.0.0.
(cf. http://php.net/manual/en/function.mktime.php)

warning__mktime___expects_at_most_6_parameters__7_given__500_internal_server_error_

@vaidiep vaidiep added the bug Something isn't working label Jan 4, 2019
@vaidiep vaidiep added this to the 1.0 milestone Jan 4, 2019
@vaidiep vaidiep removed this from the 1.0 milestone Jan 4, 2019
@moufmouf
Copy link
Member

moufmouf commented Jan 4, 2019

Closed by #68

@moufmouf moufmouf closed this as completed Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants