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

PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php #706

Closed
alexgit2k opened this issue Jan 12, 2022 · 1 comment · Fixed by #724
Closed

PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php #706

alexgit2k opened this issue Jan 12, 2022 · 1 comment · Fixed by #724

Comments

@alexgit2k
Copy link

With PHP 8.1 there are several deprecation notices in demo/plugins/cacheresource.pdo.php:

line 247: Optional parameter $cache_id declared before required parameter $content is implicitly treated as a required parameter
line 199: Optional parameter $cache_id declared before required parameter $mtime is implicitly treated as a required parameter
line 247: Optional parameter $compile_id declared before required parameter $content is implicitly treated as a required parameter
line 199: Optional parameter $compile_id declared before required parameter $mtime is implicitly treated as a required parameter
@marclaporte
Copy link
Contributor

Related: #678

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 a pull request may close this issue.

2 participants