Skip to content
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: account for removed mcrypt extension #566

Merged
merged 5 commits into from Dec 25, 2017

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Dec 24, 2017

This PR contains all the changes needed to account for the mcrypt extension being removed in PHP 7.2.
The extension has previously been deprecated in PHP 7.1.

Refs:

The removal is not currently consistently mentioned in the PHP manual. This has been reported in https://bugs.php.net/bug.php?id=75724

@jrfnl jrfnl added this to the 8.1.0 milestone Dec 24, 2017
@jrfnl jrfnl requested a review from wimg December 24, 2017 15:39
@jrfnl jrfnl force-pushed the php-7.2/removed-mcrypt-extension branch from 19fe6f1 to 706f032 Compare December 24, 2017 16:06
Includes:
* Fixed the deprecation version of a mcrypt function which was already removed.
* Adjusted the alternative for one mcrypt function based on the documentation.
@jrfnl jrfnl force-pushed the php-7.2/removed-mcrypt-extension branch from 706f032 to 83871ad Compare December 24, 2017 17:36
@wimg wimg merged commit c15b18b into master Dec 25, 2017
@wimg wimg deleted the php-7.2/removed-mcrypt-extension branch December 25, 2017 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants