Edit report at https://bugs.php.net/bug.php?id=77293&edit=1
ID: 77293 Updated by: p...@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 +Status: Closed Type: Bug Package: PECL Operating System: Alpine 3.8 PHP Version: 7.3.0 -Assigned To: +Assigned To: petk Block user comment: N Private report: N New Comment: PHP 7.3 compatibility has been resolved via the mcrypt 1.0.2 release. Previous Comments: ------------------------------------------------------------------------ [2019-01-02 11:22:49] ni...@php.net Looks like there is a PR for this: https://github.com/php/pecl-encryption-mcrypt/pull/2 ------------------------------------------------------------------------ [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