PHP 8 Support
-
Hey man,
you should really test your plugin on a PHP 8 server (I’m on v8.0.6) withWP_DEBUG
andWP_DEBUG_DISPLAY
ON. Here are a new PHP deprecated notices I saw:[24-May-2021 16:29:57 UTC] PHP Deprecated: Required parameter $filterBy follows optional parameter $skip in /example.com/public/wp-content/plugins/wp-retina-2x/classes/rest.php on line 182 [24-May-2021 16:29:57 UTC] PHP Deprecated: Required parameter $orderBy follows optional parameter $skip in /example.com/public/wp-content/plugins/wp-retina-2x/classes/rest.php on line 182 [24-May-2021 16:29:57 UTC] PHP Deprecated: Required parameter $order follows optional parameter $skip in /example.com/public/wp-content/plugins/wp-retina-2x/classes/rest.php on line 182 [24-May-2021 16:29:57 UTC] PHP Deprecated: Required parameter $search follows optional parameter $skip in /example.com/public/wp-content/plugins/wp-retina-2x/classes/rest.php on line 182
Hope you get to test it on PHP 8 and fix these small issues in the future release.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP 8 Support’ is closed to new replies.