mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
7 lines
139 B
INI
7 lines
139 B
INI
|
|
; Since PHP 5.4 E_STRICT is included in E_ALL
|
|
error_reporting = E_ALL
|
|
|
|
log_errors = On
|
|
display_errors = On
|
|
display_startup_errors = On
|