• Resolved iSaumya

    (@isaumya)


    Hey man,
    you should really test your plugin on a PHP 8 server (I’m on v8.0.6) with WP_DEBUG and WP_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)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    Of course, it’s planned for all my plugins ?? It has been fixes on my local versions already.

    Thread Starter iSaumya

    (@isaumya)

    Awesome. I have already started using your plugin in PHP 8 and seeing a few deprecated notices here and there. So, thought let me intimate you about that. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 8 Support’ is closed to new replies.