Skip to content

PHP 7.2: account for removed mcrypt extension#566

Merged
wimg merged 5 commits intomasterfrom
php-7.2/removed-mcrypt-extension
Dec 25, 2017
Merged

PHP 7.2: account for removed mcrypt extension#566
wimg merged 5 commits intomasterfrom
php-7.2/removed-mcrypt-extension

Conversation

@jrfnl
Copy link
Copy Markdown
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.

2 participants