You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
With PHP 8.1 there are several deprecation notices in demo/plugins/cacheresource.pdo.php:
The text was updated successfully, but these errors were encountered: