mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
9 lines
No EOL
158 B
INI
9 lines
No EOL
158 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
|
|
|
|
cgi.fix_pathinfo=0 |