kasparsd / php-7-debian

Install PHP 7 on Debian/Ubuntu
349 stars 102 forks source link

Remove 'with-mcrypt' - it's deprecated since PHP 7.1 #61

Closed wkhayrattee closed 6 years ago

wkhayrattee commented 6 years ago

Hi, when compiling I get the following warning: configure: WARNING: unrecognized options: --with-mcrypt.

It makes sense as mcrypt is deprecated since PHP 7.1. You might want to consider removing that line.

cheers

kasparsd commented 6 years ago

Thanks for reporting the issue @7php! This should be fixed in #56.

kasparsd commented 6 years ago

Closing as duplicate of #55.