From 2b1cece7f63f4a8a2816277462fadbc58d690d23 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 17 Feb 2014 17:36:18 +0100 Subject: [PATCH] =?utf8?q?Modifications=20:=20=20=20etc/php5/fpm/php.ini?= =?utf8?q?=20-=20display=5Ferror=20=C3=A0=20off?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/php5/fpm/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/php5/fpm/php.ini b/etc/php5/fpm/php.ini index 40bfe37..ada31c8 100644 --- a/etc/php5/fpm/php.ini +++ b/etc/php5/fpm/php.ini @@ -119,7 +119,7 @@ default_socket_timeout = 30 ; DEFAULT: 60 disable_classes = disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, -display_errors = On +display_errors = Off display_startup_errors = Off doc_root = enable_dl = Off -- 2.20.1