79444588

Date: 2025-02-17 06:43:00
Score: 0.5
Natty:
Report link

OK. Solved. I found that since PHP 8.4 the IMAP extension is no longer part of PHP Core, and has moved to PECL.

So the solution to install IMAP package for PHP since 8.4 version from Dockerfile is:

RUN pecl install imap && \
    docker-php-ext-enable imap

Hope that helps!

Reasons:
  • Whitelisted phrase (-1): Hope that helps
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Igor