Skip to content

Instantly share code, notes, and snippets.

@kevinski303
kevinski303 / mcrypt_on_php7.3_.txt
Last active March 3, 2021 23:44
php-mcrypt on debian 10 & php 7.3 apache
#
# The php-mcrypt extension is depricated and therefore was removed from the apt repository.
# As of writing this, on php7.3 there is currently no other way to install mcrypt without downgrading the php version
# except for compiling it locally.
#
###
#
# 1; Install the php-dev version and all the used tools to compile the extension