PHP 8.1 Compatability
-
I’m still on PHP 7.4 because I heard many WordPress plugins and themes don’t support PHP 8, though I also hear that PHP 8 is both more secure and performs better.
I was going to test out PHP 8 on my site and I see there are RC builds for 8.1 which is supposed to come out this month and went ahead and tested that. Strictly speaking, it appears this plugin works with PHP 8.1, however if you look at the logs, there are warnings about using deprecated features.
I thought I’d just pass them along.
Deprecated: ctype_digit(): Argument of type int will be interpreted as string in the future in /var/www/omahachapterone/wp-content/object-cache.php on line 644
Deprecated: Redis::connect(): Passing null to parameter #5 of type int is deprecated in /var/www/omahachapterone/wp-content/object-cache.php on line 636
- The topic ‘PHP 8.1 Compatability’ is closed to new replies.