Edit report at https://bugs.php.net/bug.php?id=77293&edit=1
ID: 77293 Updated by: ni...@php.net Reported by: krzysztof dot pyrzyk at gmail dot com Summary: pecl/mcrypt is not compatible with PHP version 7.3.0 Status: Open Type: Bug Package: PECL Operating System: Alpine 3.8 PHP Version: 7.3.0 Block user comment: N Private report: N New Comment: Looks like there is a PR for this: https://github.com/php/pecl-encryption-mcrypt/pull/2 Previous Comments: ------------------------------------------------------------------------ [2018-12-13 15:19:55] krzysztof dot pyrzyk at gmail dot com Description: ------------ I cannot install mcrypt with PHP 7.3 due to a lack of compatibility. Mcrypt's page says it's compatible with 7.3 though. Test script: --------------- // Dockerfile FROM php:7.3.0-fpm-alpine RUN pecl install mcrypt-1.0.1 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=77293&edit=1 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php