You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcrypt_decrypt() (and similar functions) is removed in 7.2, deprecated in 7.1
Result: the Add Site page breaks on PHP 7.2
Fatal error: Uncaught Error: Call to undefined function mcrypt_decrypt() in (stack trace...)
plugins/syndication/includes/push-syndicate-encryption.php on line 12
(It may also cause folks to go looking for the module)
When opening the Add Site interface, with PHP 7.1 a deprecation warning is issued:
The text was updated successfully, but these errors were encountered:
mcrypt_decrypt() (and similar functions) is removed in 7.2, deprecated in 7.1
Result: the Add Site page breaks on PHP 7.2
(It may also cause folks to go looking for the module)
When opening the Add Site interface, with PHP 7.1 a deprecation warning is issued:
The text was updated successfully, but these errors were encountered: