• Resolved ispreview

    (@ispreview)


    I’ve just started testing PHP 8.4 and came across a few deprecated warnings that need to be tackled:

    Deprecated: YoastSEO_Vendor\Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php on line 60

    Deprecated: YoastSEO_Vendor\League\OAuth2\Client\Provider\AbstractProvider::authorize(): Implicitly marking parameter $redirectHandler as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php on line 416

    Deprecated: YoastSEO_Vendor\GuzzleHttp\Client::getConfig(): Implicitly marking parameter $option as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php on line 181

    Deprecated: YoastSEO_Vendor\GuzzleHttp\ClientInterface::getConfig(): Implicitly marking parameter $option as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php on line 77
Viewing 1 replies (of 1 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello @ispreview,

    Thanks for reaching out, but deprecations are NOT errors and should NOT be treated as such. Deprecations don’t break any WordPress functionality and are not errors, so you can ignore them. You can ensure that DEBUG_DISPLAY is turned off.

    Furthermore, WordPress 6.7 is still in?beta support?for PHP 8.4. Our development team will fix deprecated messages for PHP 8.4 when WordPress is fully compatible with it. Here’s the detailed table on?WordPress-supported PHP versions?mentioning the stable, exemptions, and beta support.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.