From 6ffc7af7dee5dcc0a847f8f690b951bba7e42962 Mon Sep 17 00:00:00 2001 From: adam cathersides Date: Wed, 13 Feb 2019 21:26:56 +0000 Subject: [PATCH] Adding mcrypt extension as it was complaining that it should be added to php.ini --- docker/php.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/php.ini b/docker/php.ini index 19dffad..d28e0e7 100644 --- a/docker/php.ini +++ b/docker/php.ini @@ -14,4 +14,6 @@ post_max_size = 50M date.timezone = UTC -max_execution_time = 36000 \ No newline at end of file +max_execution_time = 36000 + +extension=mcrypt.so