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

Deprecated function in PHP 8.1 #413

Closed
mgubala-edge1s opened this issue Sep 1, 2023 · 0 comments
Closed

Deprecated function in PHP 8.1 #413

mgubala-edge1s opened this issue Sep 1, 2023 · 0 comments

Comments

@mgubala-edge1s
Copy link

In build_bootstrap.php there is line:

$header = sprintf(self::HEADER, strftime('%Y'));

where strftime is deprecated function starting from PHP 8.1.

Please replace it with:

$header = sprintf(self::HEADER, date('Y'));
@mgubala-edge1s mgubala-edge1s changed the title Deprecated function called in PHP 8.1 Deprecated function in PHP 8.1 Sep 1, 2023
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

1 participant