在docker中我得到调用未定义的函数mcrypt_get_block_size(),在我安装了php5-mcrypt的容器中,在php.ini中我写了extension = mcrypt.so但是没有工作。
sudo docker exec -i -t docker_pbr_1 /bin/bash
apt-get update
apt-get install php5-mcrypt
php5enmod mcrypt
/etc/init.d/apache2 restart
我有PHP 5.6但找不到php5-mcrypt。