Commit 0302eadc2718efbc6b3f94687c59642d97b2ba28
1 parent
2d3a0fd7
Exists in
master
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" |