Automattic / wp-memcached

Memcached Object Cache for WordPress.
https://wordpress.org/plugins/memcached/
GNU General Public License v2.0
157 stars 55 forks source link

PHP 8.2 compatibility? #146

Closed hj-collab closed 9 months ago

hj-collab commented 1 year ago

Hi,

I have noticed some deprecations in PHP 8.2. Will the object cache class be updated soon to be compatible with PHP 8.2?

Best regards, Himanshu

hj-collab commented 1 year ago
Deprecated: Creation of dynamic property Memcache::$connection is deprecated in /var/www/html/wp-content/object-cache.php on line 1094

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

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

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

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

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

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

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

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

Deprecated: Creation of dynamic property WP_Object_Cache::$time_start is deprecated in /var/www/html/wp-content/object-cache.php on line 1184