first commit
Some checks failed
CI / build-test (push) Has been cancelled

This commit is contained in:
2025-05-31 18:56:37 +02:00
commit 8c4798a5fd
1240 changed files with 190468 additions and 0 deletions

View File

@ -0,0 +1,17 @@
; Allow file uploads for up to 100MB
upload_max_filesize = 100M
; Allow processing up to 100MB
post_max_size = 100M
; Add support for XDebug connections
xdebug.mode = debug
xdebug.client_host = host.docker.internal
xdebug.log_level = 0
; Hide the deprecation messages by default
error_reporting = E_ALL & ~E_DEPRECATED