2022-07-10 15:18:19 +00:00
|
|
|
|
|
|
|
|
|
|
; 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
|
|
|
|
|
|
|
2022-09-10 20:08:46 +00:00
|
|
|
|
session.gc_divisor = 100
|
2022-07-10 15:18:19 +00:00
|
|
|
|
cgi.fix_pathinfo=0
|