Initial Commit

This commit is contained in:
2026-02-12 23:41:57 -03:00
commit 624ca8a587
16599 changed files with 2062633 additions and 0 deletions

17
php/conf.d/99-legacy.ini Normal file
View File

@@ -0,0 +1,17 @@
; Legacy compatibility for pre-2010 archive PHP (preservation mode).
; Keeps old code runnable without modern strictness or deprecation noise.
; Only report real errors, hide deprecations and strict notices
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
; Show errors in output (helpful when debugging legacy pages)
display_errors = On
display_startup_errors = On
; Relaxed execution for old scripts
short_open_tag = On
; Generous limits for legacy uploads/forms
memory_limit = 128M
max_execution_time = 60
max_input_time = 60