Commit 30ef24bacfca1ff630b84c99d17be864a320843e
1 parent
9ac5e2f2
Exists in
sei-v3.0.0-oracle-dockerimages
and in
2 other branches
Ajustes complementares do PHP para desenvolvimento
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
sei/sei.ini
1 | [php] | 1 | [php] |
2 | include_path = ".:/php/includes:/opt/infra/infra_php" | 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 | post_max_size = 100M | 8 | post_max_size = 100M |
5 | upload_max_filesize = 90M | 9 | upload_max_filesize = 90M |
6 | default_charset = "iso-8859-1" | 10 | default_charset = "iso-8859-1" |