2021-07-10 19:50:12 +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
|
2023-09-11 13:05:14 +00:00
|
|
|
|
|
|
|
|
|
|
allow_url_fopen=1
|