• Resolved Prachi Vashishtha

    (@prachi-vashishtha)


    I wanted to report that the plugin is not fully compatible with PHP 8.3. Upon running it in a PHP 8.3 environment, the following warning is generated:

    Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/csi/html/wp-includes/functions.php on line 7329

    Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/csi/html/wp-includes/functions.php on line 2189

    Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/csi/html/wp-includes/formatting.php on line 2819
    libs\sodium_compat\src\Core\Base64\Common.php:

      132          } else {

      133:             $src = rtrim($src, '=');

      134              $srcLen = ParagonIE_Sodium_Core_Util::strlen($src);

    libs\sodium_compat\src\Core\Base64\Original.php:

      129          } else {

      130:             $src = rtrim($src, '=');

      131              $srcLen =  ParagonIE_Sodium_Core_Util::strlen($src);

    libs\sodium_compat\src\Core\Base64\UrlSafe.php:

      129          } else {

      130:             $src = rtrim($src, '=');

      131              $srcLen =  ParagonIE_Sodium_Core_Util::strlen($src);

    This issue seems to be related to deprecated functionality or compatibility issues. It would be great if the plugin developers could investigate and update the codebase to ensure compatibility with PHP 8.3.

Viewing 1 replies (of 1 total)
  • Plugin Support Darshana

    (@darshanaw)

    Hi @prachi-vashishtha,

    Thank you for bringing this to our attention.

    Our developers are already aware of the deprecation notices you encountered in the PHP 8.3 environment. These notices are related to a vendor library used in the plugin and do not affect the functionality of the WP Mail SMTP plugin.

    Although these are merely deprecation warnings and won’t cause any immediate problems, our developers have stated that they will investigate whether an update for the library is available to maintain compatibility in the future.

    We appreciate your patience and understanding. If you have any further questions or need additional assistance, please feel free to reach out.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Plugin Compatibility Issue with PHP 8.3’ is closed to new replies.