From 9a17f7cfcceffc09c45f01154ad5579ff28ef741 Mon Sep 17 00:00:00 2001 From: Guilherme Del Cantoni Date: Mon, 12 Dec 2016 13:58:02 -0200 Subject: [PATCH] Alinhamento dos parâmetros do PHP aplicados ao SEI conforme manual de instalação --- httpd/assets/sei.ini | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/httpd/assets/sei.ini b/httpd/assets/sei.ini index fc6cb07..c6b2e02 100644 --- a/httpd/assets/sei.ini +++ b/httpd/assets/sei.ini @@ -1,18 +1,21 @@ [php] +# Parâmetros recomendados no Manual de Instalação do SEI 3.0.0 include_path = ".:/php/includes:/opt/infra/infra_php" -error_reporting = E_ALL -display_errors = On -display_startup_errors = On -track_errors = On -html_errors = On -post_max_size = 110M -upload_max_filesize = 100M default_charset = "iso-8859-1" session.gc_maxlifetime = 28800 short_open_tag = On -default_socket_timeout = 1200 +default_socket_timeout = 60 max_input_vars = 2000 magic-quotes-gpc = 0 magic_quotes_runtime = 0 magic_quotes_sybase = 0 +post_max_size = 110M +upload_max_filesize = 100M + +# Parâmetros recomendados para ambiente de desenvolvimento +error_reporting = E_ALL +display_errors = On +display_startup_errors = On +track_errors = On +html_errors = On always_populate_raw_post_data = -1 -- libgit2 0.21.2