kasperisager / php-dockerized

Dockerized PHP development stack: Nginx, MySQL, MongoDB, PHP-FPM, HHVM, Memcached, Redis, Elasticsearch and RabbitMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcrypt not enabled by default

approached opened this issue · comments

Hi,

the mcrypt is not enabled by default.

For checking which mods are enabled:
php -m

Enable:
php5enmod mcrypt

Can you add this?

I just added... extension=mcrypt.so
It worked well. Thanks