fix: update local docker and php config

This commit is contained in:
aminovfariz
2026-05-26 11:04:57 +02:00
parent cb2f429e0e
commit 1b615a5e1c
7 changed files with 206 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
; --- Character encoding ---
default_charset = "UTF-8"
mbstring.internal_encoding = UTF-8
mbstring.encoding_translation = Off
; --- Error handling ---
display_errors=0
display_startup_errors=0