1
0

change php ini

This commit is contained in:
2026-03-22 12:42:00 +01:00
parent 975651b183
commit 0519193b51

View File

@@ -1,7 +1,7 @@
; --- Error handling (verbose for development) ---
display_errors=1
display_startup_errors=1
error_reporting=E_ALL
error_reporting=E_ALL & ~E_DEPRECATED
log_errors=1
; --- Resource limits ---