Automattic / wp-cache-memcached

Memcached Object Cache for WordPress
6 stars 0 forks source link

PHP 8.2 compatibility? #4

Open hj-collab opened 1 year 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
Krinkle commented 6 months ago

This is fixed upstream at https://github.com/Automattic/wp-memcached/commit/35e1ea16f6b8cb8a1e6fbca124e33a44db21fa74, however not yet released.