Skip to content

remove mcrypt

rap2hpoutre requested to merge raphaelht/gitlab-ce:remove-mcrypt into master

What does this MR do?

This MR removes the mcrypt extension which is deprecated since PHP7.1 and removed in php7.2. This extension is abandonware, the last update to libmcrypt was in 2007. It has been removed from Laravel years ago.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

Because it would install irrelevant, obsolete and maybe dangerous php extension.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

None

Merge request reports