Commit 30ef24bacfca1ff630b84c99d17be864a320843e

Authored by Guilherme Andrade Del Cantoni
1 parent 9ac5e2f2

Ajustes complementares do PHP para desenvolvimento

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
sei/sei.ini
1 1 [php]
2 2 include_path = ".:/php/includes:/opt/infra/infra_php"
3   -error_reporting = E_ALL | E_STRICT
  3 +error_reporting = E_ALL
  4 +display_errors = On
  5 +display_startup_errors = On
  6 +track_errors = On
  7 +html_errors = On
4 8 post_max_size = 100M
5 9 upload_max_filesize = 90M
6 10 default_charset = "iso-8859-1"
... ...