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