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

does not work with php8.2 #4

Open
rubo77 opened this issue Apr 18, 2023 · 1 comment
Open

does not work with php8.2 #4

rubo77 opened this issue Apr 18, 2023 · 1 comment

Comments

@rubo77
Copy link

rubo77 commented Apr 18, 2023


Creation of dynamic property Memcache::$connection is deprecated in /var/www/wp-content/object-cache.php on line 869

Creation of dynamic property Memcache::$_failureCallback is deprecated in /var/www/wp-content/object-cache.php on line 869

Creation of dynamic property Memcache::$connection is deprecated in /var/www/wp-content/object-cache.php on line 875

Creation of dynamic property Memcache::$_failureCallback is deprecated in /var/www/wp-content/object-cache.php on line 875

Creation of dynamic property WP_Object_Cache::$global_prefix is deprecated in /var/www/wp-content/object-cache.php on line 882

Creation of dynamic property WP_Object_Cache::$blog_prefix is deprecated in /var/www/wp-content/object-cache.php on line 883

Creation of dynamic property WP_Object_Cache::$key_salt is deprecated in /var/www/wp-content/object-cache.php on line 817

Creation of dynamic property WP_Object_Cache::$cache_hits is deprecated in /var/www/wp-content/object-cache.php on line 892

Creation of dynamic property WP_Object_Cache::$cache_misses is deprecated in /var/www/wp-content/object-cache.php on line 893

Creation of dynamic property WP_Object_Cache::$time_start is deprecated in /var/www/wp-content/object-cache.php on line 957
@rubo77
Copy link
Author

rubo77 commented Apr 18, 2023

workaround: add this to the top of the file object-cache.php:

 error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);

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