From d5869a6830850dbdd37574f7f4493f7a59b6a355 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Thu, 28 Sep 2017 16:00:57 +0200 Subject: [PATCH] Allow disable_functions in custom php.ini settings --- server/conf/php-fcgi-starter.master | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/conf/php-fcgi-starter.master b/server/conf/php-fcgi-starter.master index 7671a7007e..d391c3186b 100644 --- a/server/conf/php-fcgi-starter.master +++ b/server/conf/php-fcgi-starter.master @@ -14,8 +14,6 @@ export TMPDIR=/tmp export TEMP=/tmp exec \ -d open_basedir="" \ --d disable_functions="" \ --d suhosin.executor.func.blacklist="" \ -d upload_tmp_dir=/tmp \ -d session.save_path=/tmp \ -d sendmail_path="/usr/sbin/sendmail -t -i -f webmaster@" \ -- GitLab