mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
11 lines
184 B
INI
11 lines
184 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
|
|
|
|
allow_url_fopen=1
|