From d4243db13a773beb0ee6e556f832b8f41130ceb5 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 17 Feb 2017 13:35:38 +0000 Subject: [PATCH] As per doc, add php_value[register_argc_argv] = true to php fpm process --- conf/php-fpm.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index a7d2fa6e..dd0a7637 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -243,5 +243,7 @@ php_value[post_max_size] = UPLOADTOCHANGE php_value[max_file_uploads] = 50 php_value[mail.add_x_header] = Off -; this disable_function may be required to be removed (confirm why first) pcntl_exec +php_value[register_argc_argv] = true + +; Check if still required : this disable_function may be required to be removed (confirm why first) pcntl_exec