-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 7.2 compatibility #2
Comments
Well after searching for "mcrypt for php 7.2" there is possibility to install mcrypt in php>=7.2 environment. So maybe this is the way. I have not checked this yet. Once I try I will write here. |
Yes, you can install mcrypt for PHP 7.2. But it is not an official module anymore, so PHP 7.2 compatible scripts should not use mcrypt. |
@janmuennich it has been 3 months after your initial report, have you been able to some how solve this, then? Have you seen/tried this post texxasrulez/caldav_calendar#17 ? |
I haven't found time for this yet unfortunately, probably won't happen as long as 7.1 is supported. |
I have manually added entries mentioned in above link into calendar/drivers/caldav/caldav_driver.php and calendar is displayed in RC as well as email with invites are also displaying.
|
It requires just to add again password in gui. |
Currently this plugin works with max. PHP 7.1.
/calendar/lib/encryption.php uses mcrypt, which was deprecated in PHP 7.1 and removed in PHP 7.2. The functionality would probably need to be converted to OpenSSL. Don't know if it's possible to use same ciphers etc. so the stored passwords could still be decrypted.
Maybe there are some other issues with PHP 7.2, haven't checked.
The text was updated successfully, but these errors were encountered: