Initial setup

This commit is contained in:
Alexis
2026-07-13 19:25:35 +02:00
parent b390c687c9
commit 5c765c1dbe
13 changed files with 146 additions and 1 deletions

6
php/8.2/php.ini Normal file
View File

@@ -0,0 +1,6 @@
upload_max_filesize = 128M
post_max_size = 128M
memory_limit = 256M
max_execution_time = 300
opcache.enable = 1
opcache.validate_timestamps = 1