PHP 7.3 compatibility?

Hi,
I will upgrade to PHP 7.3 and I run a compatibility plugin to avoid any trouble.
Here is the report for S2member:
58 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
58 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
58 | ERROR | The constant “MCRYPT_DEV_URANDOM” is deprecated since PHP 7.1 and removed since PHP 7.2

32 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
86 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2

Could you confirm if I can update to 7.3 or maybe should I stay to 7.0?
Anyone using S2member with php 7.3?
Thank you for your help

Hi sibon.

Those are from a library for backward compatibility and only loaded when an older PHP version is used. See my reply here: Php 7.2 - is it fully supported?

:slight_smile:

Hi,

I use PHP 7.3 with s2Member without any problem :+1:

Best regards.

1 Like

Thank you for your answer and the link, I understand and will do the update :+1:

1 Like

Thank you that’s good to know :+1: